kevinjqliu commented on code in PR #809: URL: https://github.com/apache/iceberg-rust/pull/809#discussion_r1887539719
########## crates/iceberg/src/spec/table_metadata.rs: ########## @@ -398,33 +397,6 @@ impl TableMetadata { self.partition_statistics.get(&snapshot_id) } - /// Append snapshot to table - #[deprecated( - since = "0.4.0", - note = "please use `TableMetadataBuilder.set_branch_snapshot` instead" - )] Review Comment: is this deprecated since `0.4.0`? if thats the case, we shouldn't remove right 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org