dramaticlly commented on code in PR #14287:
URL: https://github.com/apache/iceberg/pull/14287#discussion_r2449656518


##########
core/src/test/java/org/apache/iceberg/TestRemoveSnapshots.java:
##########
@@ -134,22 +135,24 @@ public void testExpireOlderThanWithDelete() {
     assertThat(table.snapshot(firstSnapshot.snapshotId())).isNull();
     assertThat(table.snapshot(secondSnapshot.snapshotId())).isNull();
 
+    Set<String> expectedDeletedFiles =

Review Comment:
   Sounds good, reverted all unnecessary changes, will have a separate PR to 
refactor TestRemoveSnapshots later



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