-
|
If root is #[tokio::test]
async fn delete_root() {
// set root to "a/b/"
let builder = FsConfig::default().into_builder().root("/a/b/");
let op = Operator::new(builder).unwrap().finish();
op.delete("/").await.unwrap(); // b will be deteleted
}Mailing list thread: https://lists.apache.org/thread/t30l2d3yh2gpfh69f9k658lhmbmd505h |
Beta Was this translation helpful? Give feedback.
Answered by
Xuanwo
Dec 16, 2025
Replies: 1 comment 5 replies
-
|
Yep, I think it's expected. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
crwen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, I think it's expected.