itsjunetime opened a new issue, #829: URL: https://github.com/apache/arrow-rs-object-store/issues/829
[Docs](https://docs.rs/object_store/latest/object_store/enum.PutMode.html#variant.Create) say that using `PutMode::Create` will return `AlreadyExists` if a put errors due to a failed precondition. That [doesn't seem to be the case for the implemented azure backend, though.](https://github.com/apache/arrow-rs-object-store/blob/main/src/azure/client.rs/#L767) I think azure should return `AlreadyExists` for this case, just like the aws and gcp backends. -- 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]
