CTTY commented on code in PR #2367: URL: https://github.com/apache/iceberg-rust/pull/2367#discussion_r3307441991
########## crates/iceberg/src/spec/snapshot.rs: ########## @@ -36,7 +36,7 @@ pub const MAIN_BRANCH: &str = "main"; /// Reference to [`Snapshot`]. pub type SnapshotRef = Arc<Snapshot>; -#[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone)] +#[derive(Debug, Default, Serialize, Deserialize, PartialEq, Eq, Clone, Hash)] Review Comment: This will be needed in the follow-up PR, will remove this for now -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
