henrib commented on code in PR #4194:
URL: https://github.com/apache/hive/pull/4194#discussion_r1174273634
##########
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift:
##########
@@ -167,6 +167,39 @@ const string HIVE_FILTER_FIELD_LAST_ACCESS =
"hive_filter_field_last_access__"
const string HIVE_FILTER_FIELD_TABLE_NAME = "hive_filter_field_tableName__"
const string HIVE_FILTER_FIELD_TABLE_TYPE = "hive_filter_field_tableType__"
+/** Table maintenance operation type. */
+enum MaintenanceOpType {
+ COMPACTION = 1,
+ SNAPSHOT_EXPIRY = 2,
+ STATS_REBUILD= 3,
+ MV_BUILD= 4,
Review Comment:
These are intended as descriptors for data life-cycle management features.
--
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]