[
https://issues.apache.org/jira/browse/HIVE-21160?focusedWorklogId=776160&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-776160
]
ASF GitHub Bot logged work on HIVE-21160:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 31/May/22 09:16
Start Date: 31/May/22 09:16
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #2855:
URL: https://github.com/apache/hive/pull/2855#discussion_r885402102
##########
ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java:
##########
@@ -1104,15 +1104,15 @@ public void testWriteSetTracking3() throws Exception {
long txnId = txnMgr.getCurrentTxnId();
txnMgr.acquireLocks(driver.getPlan(), ctx, "Known");
List<ShowLocksResponseElement> locks = getLocks(txnMgr);
- Assert.assertEquals("Unexpected lock count", 1, locks.size());
+ Assert.assertEquals("Unexpected lock count", 2, locks.size());
Review Comment:
Do we have 2 locks for the different branches?
Issue Time Tracking
-------------------
Worklog Id: (was: 776160)
Time Spent: 2h 20m (was: 2h 10m)
> Rewrite Update statement as Multi-insert and do Update split early
> ------------------------------------------------------------------
>
> Key: HIVE-21160
> URL: https://issues.apache.org/jira/browse/HIVE-21160
> Project: Hive
> Issue Type: Sub-task
> Components: Transactions
> Affects Versions: 3.0.0
> Reporter: Eugene Koifman
> Assignee: Krisztian Kasa
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)