liurenjie1024 commented on code in PR #1336:
URL: https://github.com/apache/iceberg-rust/pull/1336#discussion_r2111438158


##########
crates/iceberg/src/catalog/mod.rs:
##########
@@ -495,6 +495,12 @@ pub enum TableUpdate {
         /// Schema IDs to remove.
         schema_ids: Vec<i32>,
     },
+    /// Add snapshot summary properties.
+    #[serde(rename_all = "kebab-case")]
+    AddSnapshotSummaryProperties {

Review Comment:
   This table update doesn't exist in table updates, see 
https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml
   
   



-- 
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

Reply via email to