erickguan commented on code in PR #7815:
URL: https://github.com/apache/opendal/pull/7815#discussion_r3487866288


##########
core/core/src/types/options.rs:
##########
@@ -601,3 +601,21 @@ pub struct CopyOptions {
     /// step. Services that cannot split copy operations can ignore it.
     pub chunk: Option<usize>,
 }
+
+/// Options for rename operations.
+#[derive(Debug, Clone, Default, Eq, PartialEq)]

Review Comment:
   Great!



##########
core/services/hdfs/src/backend.rs:
##########
@@ -171,6 +171,7 @@ impl Builder for HdfsBuilder {
                     list: true,
 
                     rename: true,
+                    rename_with_if_not_exists: true,

Review Comment:
   👍 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to