deniskuzZ commented on code in PR #5621: URL: https://github.com/apache/hive/pull/5621#discussion_r2068552871
########## standalone-metastore/metastore-server/src/main/sql/hive/upgrade-4.0.0-to-4.1.0.hive.sql: ########## @@ -226,5 +226,96 @@ TBLPROPERTIES ( CREATE OR REPLACE VIEW `VERSION` AS SELECT 1 AS `VER_ID`, '4.1.0' AS `SCHEMA_VERSION`, 'Hive release version 4.1.0' AS `VERSION_COMMENT`; + +CREATE OR REPLACE VIEW `COMPACTIONS` Review Comment: @difin same should be done for both SYS and INFORMATION_SCHEMA -- 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]
