[
https://issues.apache.org/jira/browse/HIVE-26244?focusedWorklogId=781101&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781101
]
ASF GitHub Bot logged work on HIVE-26244:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/22 11:20
Start Date: 14/Jun/22 11:20
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
````
should we check here as well if table is transactional
Issue Time Tracking
-------------------
Worklog Id: (was: 781101)
Time Spent: 6h (was: 5h 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: 6h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)