deniskuzZ commented on code in PR #5621: URL: https://github.com/apache/hive/pull/5621#discussion_r2069139555
########## 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: there are view definitions in hive.sql, 1 per db -- 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