owenmonn commented on code in PR #5722:
URL: https://github.com/apache/hive/pull/5722#discussion_r2028534049


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3121,7 +3121,7 @@ public static enum ConfVars {
     TXN_MERGE_INSERT_X_LOCK("hive.txn.xlock.mergeinsert", false,
         "Ensures MERGE INSERT operations acquire EXCLUSIVE / EXCL_WRITE lock 
for transactional tables.\n" +
         "If enabled, prevents duplicates when MERGE statements are executed in 
parallel transactions."),
-    TXN_WRITE_X_LOCK("hive.txn.xlock.write", true,
+    TXN_WRITE_X_LOCK("hive.txn.xlock.write", false,

Review Comment:
   
[6b2c912](https://github.com/apache/hive/pull/5722/commits/6b2c91258d1961ca6c163b6e6a49cfd8a7b526fa)
   I've fixed it.



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