difin commented on code in PR #5621: URL: https://github.com/apache/hive/pull/5621#discussion_r2030039277
########## 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: Additionally, the compaction type in the HMS is now updated from `SMART_OPTIMIZE` to the actual compaction type (MAJOR or MINOR) that is needed for the table or partition. This update occurs after a `SMART_OPTIMIZE` compaction request is picked up by a compaction worker and compaction evaluator is executed. -- 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