[ 
https://issues.apache.org/jira/browse/HIVE-26293?focusedWorklogId=778950&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-778950
 ]

ASF GitHub Bot logged work on HIVE-26293:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jun/22 09:32
            Start Date: 07/Jun/22 09:32
    Worklog Time Spent: 10m 
      Work Description: pvary commented on code in PR #3103:
URL: https://github.com/apache/hive/pull/3103#discussion_r890995074


##########
ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java:
##########
@@ -2429,7 +2433,7 @@ private void testConcurrent2MergeUpdatesConflict(boolean 
slowCompile) throws Exc
     List<String> res = new ArrayList<>();
     driver.getFetchTask().fetch(res);
     Assert.assertEquals(2, res.size());
-    Assert.assertEquals("Lost Update", "[earl\t10, amy\t10]", res.toString());
+    Assert.assertTrue("Lost Update", isEqualCollection(res, asList("earl\t10", 
"amy\t10")));

Review Comment:
   nit: Why not `Assert.assertArrayEquals`?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 778950)
    Time Spent: 20m  (was: 10m)

> Migrate remaining exclusive DDL operations to EXCL_WRITE lock & bug fixes
> -------------------------------------------------------------------------
>
>                 Key: HIVE-26293
>                 URL: https://issues.apache.org/jira/browse/HIVE-26293
>             Project: Hive
>          Issue Type: Task
>            Reporter: Denys Kuzmenko
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to