ajantha-bhat commented on code in PR #6695: URL: https://github.com/apache/iceberg/pull/6695#discussion_r1090237690
########## spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java: ########## @@ -341,6 +341,10 @@ public void testRewriteImportedManifests() throws IOException { SparkTableUtil.importSparkTable( spark, new TableIdentifier("parquet_table"), table, stagingDir.toString()); + // add some more data to create more than one manifest for the rewrite 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