RussellSpitzer commented on code in PR #6365:
URL: https://github.com/apache/iceberg/pull/6365#discussion_r1052766953


##########
core/src/test/java/org/apache/iceberg/TestSplitPlanning.java:
##########
@@ -234,6 +234,22 @@ public void testSplitPlanningWithOffsetsUnableToSplit() {
         "We should still only get 2 tasks per file", 32, 
Iterables.size(scan.planTasks()));
   }
 
+  @Test
+  public void testBasicSplitPlanningDeleteFiles() {

Review Comment:
   Do we store split offsets of Delete files? If so should we be checking the 
splitting on those boundaries?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to