difin commented on code in PR #5621:
URL: https://github.com/apache/hive/pull/5621#discussion_r2069069356


##########
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:
   Do you mean changes in derby/mssql/mysql/oracle/postgres upgrade scrips?
   This change is only in `COMPACTIONS` view, it exists only in Hive catalog.



-- 
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]

Reply via email to