Fokko commented on code in PR #799: URL: https://github.com/apache/iceberg-rust/pull/799#discussion_r1886819635
########## crates/iceberg/src/catalog/mod.rs: ########## @@ -446,6 +446,30 @@ pub enum TableUpdate { /// Properties to remove removals: Vec<String>, }, + /// Set statistics for a snapshot + #[serde(with = "_serde_set_statistics")] + SetStatistics { + /// File containing the statistics + statistics: StatisticsFile, + }, Review Comment: Thanks for raising this on the dev-list: https://lists.apache.org/thread/6fnrp73wokfqlt5vormpjyjmtvl29ll1 -- 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