alamb commented on code in PR #422:
URL:
https://github.com/apache/arrow-rs-object-store/pull/422#discussion_r2179839443
##########
src/client/retry.rs:
##########
@@ -32,7 +32,7 @@ use tracing::info;
use web_time::{Duration, Instant};
/// Retry request error
-#[derive(Debug, thiserror::Error)]
+#[derive(Debug)]
Review Comment:
this is technically a breaking API change, I think
However the next release appears to be slated to be a breaking one so that
would be ok:
https://github.com/apache/arrow-rs?tab=readme-ov-file#release-versioning-and-schedule
We could potentially put in a workaround like implement a non standard way
to access the source if we want to put it in before the next breaking 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]