[
https://issues.apache.org/jira/browse/HIVE-26244?focusedWorklogId=781092&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781092
]
ASF GitHub Bot logged work on HIVE-26244:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/22 11:08
Start Date: 14/Jun/22 11:08
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3307:
URL: https://github.com/apache/hive/pull/3307#discussion_r896683204
##########
ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java:
##########
@@ -3104,6 +3112,15 @@ Seems much cleaner if each stmt is identified as a
particular HiveOperation (whi
return lockComponents;
}
+ public static boolean isCTASOperation(List<LockComponent> lockComponents,
HiveConf conf) {
Review Comment:
could we rename it to
````
isExclusiveCTAS
````
Issue Time Tracking
-------------------
Worklog Id: (was: 781092)
Time Spent: 5h (was: 4h 50m)
> 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: 5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)