difin commented on code in PR #5540:
URL: https://github.com/apache/hive/pull/5540#discussion_r1976800773


##########
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:
   This value is in bytes, I did it like in Amoro config which does not have 
units. As discussed, we will maybe improve it later and support for units.



-- 
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

Reply via email to