alamb commented on code in PR #370:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/370#discussion_r2093540432


##########
src/client/retry.rs:
##########
@@ -33,7 +33,11 @@ use web_time::{Duration, Instant};
 
 /// Retry request error
 #[derive(Debug, thiserror::Error)]
-pub struct RetryError {
+pub struct RetryError(Box<RetryErrorImpl>);

Review Comment:
   Isn't this a breaking public API change?
   
   



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