szehon-ho commented on code in PR #6365: URL: https://github.com/apache/iceberg/pull/6365#discussion_r1085821867
########## 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: Made: https://github.com/apache/iceberg/issues/6659 -- 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