RussellSpitzer commented on code in PR #15241:
URL: https://github.com/apache/iceberg/pull/15241#discussion_r2770627960


##########
core/src/main/java/org/apache/iceberg/CherryPickOperation.java:
##########
@@ -112,15 +114,17 @@ public CherryPickOperation cherrypick(long snapshotId) {
       // check that all deleted files are still in the table
       failMissingDeletePaths();
 
-      // copy adds from the picked snapshot
+      // copy adds and deletes from the picked snapshot

Review Comment:
   ```suggestion
         // copy adds from the picked snapshot
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to