RussellSpitzer commented on code in PR #6365: URL: https://github.com/apache/iceberg/pull/6365#discussion_r1053022201
########## 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: Hum, I guess we have decided they will be smaller than data files so I guess it doesn't matter. -- 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