You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/05/06 08:48:21 UTC

[GitHub] [hive] pvary commented on a diff in pull request #2855: HIVE-21160: Rewrite Update statement as Multi-insert and do Update split early

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 😄 



-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org