crepererum commented on code in PR #7152:
URL: https://github.com/apache/arrow-rs/pull/7152#discussion_r1963288580
##########
object_store/src/lib.rs:
##########
@@ -916,7 +916,7 @@ pub struct ObjectMeta {
}
/// Options for a get request, such as range
-#[derive(Debug, Default, Clone)]
+#[derive(Debug, Default, Clone, PartialEq, Eq)]
pub struct GetOptions {
Review Comment:
Yes it's not dyn-safe, but you still can implement this via a trait and the
right signature, see
https://github.com/apache/arrow-rs/pull/7160#issuecomment-2671069353
--
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]