You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/06 08:49:00 UTC

[jira] [Work logged] (HIVE-21160) Rewrite Update statement as Multi-insert and do Update split early

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

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

                Author: ASF GitHub Bot
            Created on: 06/May/22 08:48
            Start Date: 06/May/22 08:48
    Worklog Time Spent: 10m 
      Work Description: pvary commented on code in PR #2855:
URL: https://github.com/apache/hive/pull/2855#discussion_r866620173


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/authorization/plugin/TestHiveAuthorizerCheckInvocation.java:
##########
@@ -534,7 +534,7 @@ public void testUpdateSomeColumnsUsed() throws Exception {
     assertEquals(1, inputs.size());
     tableObj = inputs.get(0);
     assertEquals(2, tableObj.getColumns().size());
-    assertEquals("j", tableObj.getColumns().get(0));
+    assertEquals("j", tableObj.getColumns().get(0 ));

Review Comment:
   nit: not needed 😄 





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

    Worklog Id:     (was: 767085)
    Time Spent: 20m  (was: 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: 20m
>  Remaining Estimate: 0h
>




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