deniskuzZ commented on code in PR #5621: URL: https://github.com/apache/hive/pull/5621#discussion_r2017021479
########## standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CompactionType.java: ########## @@ -12,7 +12,8 @@ public enum CompactionType implements org.apache.thrift.TEnum { MINOR(1), MAJOR(2), REBALANCE(3), - ABORT_TXN_CLEANUP(4); + ABORT_TXN_CLEANUP(4), + SMART(5); Review Comment: :) maybe `AUTO`? -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org