This is an automated email from the ASF dual-hosted git repository.

meteorgan pushed a commit to branch fix-hdfs-native
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit e5cfd00a838ef17f034b999f94531c3dd41e9580
Author: meteorgan <[email protected]>
AuthorDate: Wed Mar 19 21:51:13 2025 +0800

    chore(services/hdfs_native): enable create_dir capability
---
 core/src/services/hdfs_native/backend.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/services/hdfs_native/backend.rs 
b/core/src/services/hdfs_native/backend.rs
index 9f22953cf..d0ac3ff9b 100644
--- a/core/src/services/hdfs_native/backend.rs
+++ b/core/src/services/hdfs_native/backend.rs
@@ -164,6 +164,7 @@ impl Access for HdfsNativeBackend {
                 write: true,
                 write_can_append: self.enable_append,
 
+                create_dir: true,
                 delete: true,
 
                 list: true,

Reply via email to