amogh-jahagirdar commented on code in PR #14382:
URL: https://github.com/apache/iceberg/pull/14382#discussion_r2446403253


##########
core/src/test/java/org/apache/iceberg/DeleteFileIndexTestBase.java:
##########
@@ -219,10 +219,6 @@ public void testUnpartitionedDeletes() {
         .as("All deletes should apply to seq 4")
         .isEqualTo(Arrays.copyOfRange(deleteFiles, 1, 4));
 
-    assertThat(index.forDataFile(4, unpartitionedFile))

Review Comment:
   This is the same as the one above (and we don't expect the result to change)



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