jcamachor commented on a change in pull request #794: HIVE-21884
URL: https://github.com/apache/hive/pull/794#discussion_r332279613
 
 

 ##########
 File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java
 ##########
 @@ -4215,17 +4222,27 @@ public Table alterTable(String catName, String dbname, 
String name, Table newTab
    */
   public static String verifyStatsChangeCtx(String fullTableName, Map<String, 
String> oldP, Map<String, String> newP,
                                             long writeId, String 
validWriteIds, boolean isColStatsChange) {
-    if (validWriteIds != null && writeId > 0) return null; // We have txn 
context.
+    if (validWriteIds != null && writeId > 0)
+     {
 
 Review comment:
   Knitpick. Move to line above.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to