[
https://issues.apache.org/jira/browse/HIVE-21160?focusedWorklogId=767089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-767089
]
ASF GitHub Bot logged work on HIVE-21160:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/May/22 08:56
Start Date: 06/May/22 08:56
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #2855:
URL: https://github.com/apache/hive/pull/2855#discussion_r866626812
##########
ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java:
##########
@@ -1565,7 +1565,7 @@ public void testWriteSetTracking10() throws Exception {
driver.compileAndRespond("update tab1 set b = 7 where b=2", true);
txnMgr2.acquireLocks(driver.getPlan(), ctx, "T2");
List<ShowLocksResponseElement> locks = getLocks(txnMgr2);
- Assert.assertEquals("Unexpected lock count", 2, locks.size());
+ Assert.assertEquals("Unexpected lock count", 3, locks.size());
Review Comment:
Why is this change?
Issue Time Tracking
-------------------
Worklog Id: (was: 767089)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)