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

   # Which issue does this PR close?
   
   Closes #572.
   
   # Rationale for this change
   
   When a user has lots of uses of object_store and one of them is returning 
`object_store::Error::NotImplemented`, provide more information to make 
debugging easier. 
   
   # What changes are included in this PR?
   
   I added 2 fields to `NotImplemented`: a description of what operation isn't 
implemented and which implementation is returning this.
   
   # Are there any user-facing changes?
   
   **This is a breaking change to the public API of the `object_store::Error` 
type.** 
   
   Because of the additional fields on the error variant, if anyone is matching 
on this variant, they'll likely have to update their code. If any implementers 
of this trait are returning this error, they'll have to update their 
construction of this variant.


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