flyrain commented on code in PR #4683:
URL: https://github.com/apache/iceberg/pull/4683#discussion_r879952261


##########
core/src/test/java/org/apache/iceberg/deletes/TestPositionFilter.java:
##########
@@ -151,11 +176,11 @@ public void testPositionStreamRowFilterWithRowGaps() {
         Row.of(6L, "g")
     ));
 
-    CloseableIterable<Long> deletes = 
CloseableIterable.withNoopClose(Lists.newArrayList(0L, 3L, 4L, 7L, 9L));
+    CloseableIterable<Long> deletes = 
CloseableIterable.withNoopClose(Lists.newArrayList(0L, 2L, 3L, 4L, 7L, 9L));

Review Comment:
   This change is to cover the code path line 188-191 in class `Deletes`



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