RobinLin666 commented on code in PR #5094:
URL: https://github.com/apache/arrow-rs/pull/5094#discussion_r1398208982


##########
object_store/src/lib.rs:
##########
@@ -1064,6 +1064,8 @@ pub enum PutMode {
     /// Perform an atomic write operation if the current version of the object 
matches the
     /// provided [`UpdateVersion`], returning [`Error::Precondition`] otherwise
     Update(UpdateVersion),
+    /// Only for Mounted path, drop the file before renaming so that the file 
will upload.

Review Comment:
   It is not clear why this is breaking change, if so, maybe we can directly 
modify the option of `Override`?



-- 
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