itsjunetime opened a new pull request, #830:
URL: https://github.com/apache/arrow-rs-object-store/pull/830

   # Which issue does this PR close?
   
   Closes #829.
   
   # What changes are included in this PR?
   
   This simply translates the `Precondition` error case to `AlreadyExists` in 
azure put requests when using `PutMode::Create`.
   
   # Rationale for this change
   
   This is simply what is necessary to fix #829.
   
   # Are there any user-facing changes?
   
   Yes, but this change brings behavior in-line with documentation, so there's 
no documentation changes needed. It may need calling-out in release notes, 
though, if people were relying on `Precondition` being returned in this case 
instead of `AlreadyExists`.


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