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