[
https://issues.apache.org/jira/browse/HIVE-26244?focusedWorklogId=781088&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781088
]
ASF GitHub Bot logged work on HIVE-26244:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/22 11:01
Start Date: 14/Jun/22 11:01
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3307:
URL: https://github.com/apache/hive/pull/3307#discussion_r896678287
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4678,6 +4678,9 @@ public static enum ConfVars {
HIVE_ACID_DIRECT_INSERT_ENABLED("hive.acid.direct.insert.enabled", true,
"Enable writing the data files directly to the table's final
destination instead of the staging directory."
+ "This optimization only applies on INSERT operations on ACID
tables."),
+
HIVE_ACID_CHECK_FOR_CONCURRENT_CTAS_ENABLED("hive.acid.check.for.concurrent.ctas.enabled",
false,
Review Comment:
please rename to
````
TXN_CTAS_X_LOCK("hive.txn.xlock.ctas"
````
Issue Time Tracking
-------------------
Worklog Id: (was: 781088)
Time Spent: 4h 40m (was: 4.5h)
> Implementing locking for concurrent ctas
> ----------------------------------------
>
> Key: HIVE-26244
> URL: https://issues.apache.org/jira/browse/HIVE-26244
> Project: Hive
> Issue Type: Improvement
> Reporter: Simhadri G
> Assignee: Simhadri G
> Priority: Major
> Labels: pull-request-available
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)