singhpk234 commented on code in PR #5860: URL: https://github.com/apache/iceberg/pull/5860#discussion_r1018512446
########## spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteManifestsProcedure.java: ########## @@ -75,6 +96,79 @@ public void testRewriteLargeManifests() { "Must have 4 manifests", 4, table.currentSnapshot().allManifests(table.io()).size()); } + @Test + public void testRewriteLargeManifestsWithDateOrTimestampPartitionedTables() { + String[] scenarios = new String[] {"true", "false"}; + String[] partitionColTypes = new String[] {"DATE", "TIMESTAMP"}; Review Comment: removed the ut's for java8 date/ time disabled, and seperated out timestamp & date partitioned table UT into diff methods. -- 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