huaxingao commented on code in PR #14382:
URL: https://github.com/apache/iceberg/pull/14382#discussion_r2446450000
##########
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:
should the above one (with message `"All deletes should apply to seq 4"`) be
deleted instead?
--
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]