difin commented on code in PR #5792: URL: https://github.com/apache/hive/pull/5792#discussion_r2079766285
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_partition_evolution2.q: ########## @@ -29,23 +29,23 @@ use ice_comp; create table ice_orc ( first_name string, last_name string, - dept_id bigint + is_remote boolean Review Comment: There are many iceberg compaction q-tests that have partition fields with 'bigint' types, changed this test to test with boolean type. This way iceberg compaction q-tests test more cases, isn't it a good thing? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org