ajantha-bhat commented on code in PR #6695: URL: https://github.com/apache/iceberg/pull/6695#discussion_r1090238158
########## spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java: ########## @@ -431,6 +435,8 @@ public void testRewriteManifestsWithPredicate() throws IOException { new ThreeColumnRecord(1, null, "AAAA"), new ThreeColumnRecord(1, "BBBBBBBBBB", "BBBB")); writeRecords(records1); + writeRecords(records1); Review Comment: It was a 1-to-1 no-op. So, added one more manifest to avoid no-op. -- 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