ajantha-bhat commented on code in PR #12670:
URL: https://github.com/apache/iceberg/pull/12670#discussion_r2081015914


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1450,6 +1452,10 @@ private Builder 
rewriteSnapshotsInternal(Collection<Long> idsToRemove, boolean s
         }
       }
 
+      if (!snapshotIdsToRemove.isEmpty()) {
+        changes.add(new MetadataUpdate.RemoveSnapshots(snapshotIdsToRemove));

Review Comment:
   @nastra: 
   
   Question: Since we are sending `RemoveSnapshots` instead of 
`RemoveSnapshot`, isn't it a breaking change? Old server cannot understand this 
message. We need to update (about implement handling of new payload) the server 
to understand this new payload?  



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