deniskuzZ commented on code in PR #6292:
URL: https://github.com/apache/hive/pull/6292#discussion_r2786672965


##########
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/test/utils/HiveIcebergStorageHandlerTestUtils.java:
##########
@@ -110,11 +112,35 @@ public static TestHiveShell shell(Map<String, String> 
configs) {
     shell.setHiveConfValue("hive.notification.event.poll.interval", "-1");
     shell.setHiveConfValue("hive.tez.exec.print.summary", "true");
     shell.setHiveConfValue("tez.counters.max", "1024");
+
+    // Settings for Hive Iceberg Compaction
+    shell.setHiveConfValue(HiveConf.ConfVars.HIVE_LOCK_MANAGER.varname,

Review Comment:
   that is not good actually, DbLockManager should be the default. Isn't ACID 
default upstream?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to