[
https://issues.apache.org/jira/browse/HIVE-23718?focusedWorklogId=448343&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-448343
]
ASF GitHub Bot logged work on HIVE-23718:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jun/20 08:18
Start Date: 19/Jun/20 08:18
Worklog Time Spent: 10m
Work Description: pvary commented on a change in pull request #1142:
URL: https://github.com/apache/hive/pull/1142#discussion_r442701763
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/Driver.java
##########
@@ -988,7 +741,7 @@ private void releaseContext() {
}
context.clear(deleteResultDir);
if (context.getHiveLocks() != null) {
- hiveLocks.addAll(context.getHiveLocks());
+ driverTxnHandler.addHiveLocksFromContext();
Review comment:
Ok
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 448343)
Time Spent: 2h 40m (was: 2.5h)
> Extract transaction handling from Driver
> ----------------------------------------
>
> Key: HIVE-23718
> URL: https://issues.apache.org/jira/browse/HIVE-23718
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2
> Reporter: Miklos Gergely
> Assignee: Miklos Gergely
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)