nastra commented on code in PR #8925: URL: https://github.com/apache/iceberg/pull/8925#discussion_r1375037491
########## core/src/test/java/org/apache/iceberg/TestSplitPlanning.java: ########## @@ -216,6 +217,34 @@ public void testSplitPlanningWithOffsets() { "We should get one task per row group", 32, Iterables.size(scan.planTasks())); } + @Test + public void testSplitPlanningWithCorruptedOffsets() throws IOException { Review Comment: that test passes for me locally without the new fix in `BaseFile` (I woud have expected it to fail without the fix) -- 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