[
https://issues.apache.org/jira/browse/HIVE-26244?focusedWorklogId=781089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781089
]
ASF GitHub Bot logged work on HIVE-26244:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/22 11:03
Start Date: 14/Jun/22 11:03
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3307:
URL: https://github.com/apache/hive/pull/3307#discussion_r896679958
##########
ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java:
##########
@@ -3225,6 +3242,9 @@ public static String getPathSuffix(long txnId) {
return (SOFT_DELETE_PATH_SUFFIX + String.format(DELTA_DIGITS, txnId));
}
+ public static boolean isNoRenameCtasEnabled(Configuration conf) {
Review Comment:
could we please rename it to
````
isExclusiveCTASEnabled
````
Issue Time Tracking
-------------------
Worklog Id: (was: 781089)
Time Spent: 4h 50m (was: 4h 40m)
> 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 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)