deniskuzZ commented on code in PR #5792: URL: https://github.com/apache/hive/pull/5792#discussion_r2081484287
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_single_partition_with_evolution2.q: ########## @@ -28,37 +28,37 @@ set hive.merge.tezfiles=true; create table ice_orc ( a string ) -partitioned by (b bigint) +partitioned by (b double) Review Comment: i think we shouldn't change the existing QTests, instead create an integration test similar to `CompactorOnTezTest ` -- 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