deniskuzZ commented on code in PR #5540: URL: https://github.com/apache/hive/pull/5540#discussion_r1973261773
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_major_compaction_partition_evolution.q: ########## @@ -31,7 +31,7 @@ create table ice_orc ( ) partitioned by (company_id bigint) stored by iceberg stored as orc -tblproperties ('format-version'='2', 'hive.compactor.worker.pool'='iceberg'); +tblproperties ('format-version'='2', 'hive.compactor.worker.pool'='iceberg','compactor.threshold.target.size'='1500'); Review Comment: do we support units like 10mb or something? -- 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