difin commented on code in PR #5621: URL: https://github.com/apache/hive/pull/5621#discussion_r2065149926
########## standalone-metastore/metastore-server/src/main/sql/hive/hive-schema-4.1.0.hive.sql: ########## @@ -1215,7 +1215,7 @@ SELECT CC_DATABASE, CC_TABLE, CC_PARTITION, - CASE WHEN CC_TYPE = 'i' THEN 'minor' WHEN CC_TYPE = 'a' THEN 'major' ELSE 'UNKNOWN' END, + CASE WHEN CC_TYPE = 'i' THEN 'minor' WHEN CC_TYPE = 'a' THEN 'major' WHEN CC_TYPE = '*' THEN 'smart-optimize' ELSE 'UNKNOWN' END, Review Comment: Fixed, added creation/replacement of `COMPACTIONS` view to the upgrade script. -- 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]
