liurenjie1024 commented on code in PR #804: URL: https://github.com/apache/iceberg-rust/pull/804#discussion_r1899881544
########## crates/iceberg/src/catalog/mod.rs: ########## @@ -446,6 +446,12 @@ pub enum TableUpdate { /// Properties to remove removals: Vec<String>, }, + /// Remove partition specs + #[serde(rename_all = "kebab-case")] + RemovePartitionSpecs { Review Comment: It seems that there is this table update in both java and rest api? cc @Fokko @c-thiel Should we really add this? -- 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