rdblue commented on a change in pull request #2372:
URL: https://github.com/apache/iceberg/pull/2372#discussion_r603699830



##########
File path: core/src/main/java/org/apache/iceberg/deletes/Deletes.java
##########
@@ -113,6 +113,12 @@ public static StructLikeSet 
toEqualitySet(CloseableIterable<StructLike> eqDelete
     return new PositionStreamDeleteFilter<>(rows, rowToPosition, posDeletes);
   }
 
+  public static <T> CloseableIterable<T> 
streamingSelector(CloseableIterable<T> rows,

Review comment:
       This name doesn't look quite clear enough. How about 
`streamingDeletedRowFilter`? I think that's clear.




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

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