tustvold commented on code in PR #7152: URL: https://github.com/apache/arrow-rs/pull/7152#discussion_r1960128994
########## object_store/src/payload.rs: ########## @@ -19,7 +19,7 @@ use bytes::Bytes; use std::sync::Arc; /// A cheaply cloneable, ordered collection of [`Bytes`] -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq, Eq)] Review Comment: I wonder if people might expect this to be agnostic to chunking? -- 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]
