ajantha-bhat commented on a change in pull request #3757: URL: https://github.com/apache/iceberg/pull/3757#discussion_r771827885
########## File path: spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteDataFilesProcedure.java ########## @@ -174,6 +174,27 @@ public void testRewriteDataFilesWithFilterOnPartitionTable() { assertEquals("Data after compaction should not change", expectedRecords, actualRecords); } + @Test + public void testRewriteDataFilesWithInFilterOnPartitionTable() { Review comment: Do we need check for all data type aswell ? Then it may become 15 (type of filters) * 10 (type of data type) scenarios -- 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