veghlaci05 commented on code in PR #3746:
URL: https://github.com/apache/hive/pull/3746#discussion_r1034448421
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnStore.java:
##########
@@ -115,6 +115,7 @@ enum MUTEX_KEY {
// Compactor types
char MAJOR_TYPE = 'a';
char MINOR_TYPE = 'i';
+ char REBALANCE_TYPE = 'r';
Review Comment:
CompacionType is thrift generated, unfortunately there's no way of adding
enum fields there.
--
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]