tustvold commented on code in PR #5094:
URL: https://github.com/apache/arrow-rs/pull/5094#discussion_r1398182679
##########
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:
This is a breaking API change is there some way we can avoid this?
--
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]