ngsg commented on code in PR #6450:
URL: https://github.com/apache/hive/pull/6450#discussion_r3373392357


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java:
##########
@@ -639,6 +639,18 @@ public Partition alterPartition(RawStore msdb, Warehouse 
wh, String catName, Str
     FileSystem destFs = null;
     boolean dataWasMoved = false;
     Database db;
+    Partition check_part;

Review Comment:
   I understand; I missed that the expected error always triggers a rollback 
with the new transaction handler. Thanks for the explanation.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to