thejasmn commented on a change in pull request #750: HIVE-22101: table RUNTIME_STATS Schema Script for Postgres Metastore … URL: https://github.com/apache/hive/pull/750#discussion_r313659693
########## File path: standalone-metastore/metastore-server/src/main/sql/postgres/upgrade-2.3.0-to-3.0.0.postgres.sql ########## @@ -323,14 +323,14 @@ CREATE TABLE MIN_HISTORY_LEVEL ( CREATE INDEX MIN_HISTORY_LEVEL_IDX ON MIN_HISTORY_LEVEL (MHL_MIN_OPEN_TXNID); Review comment: We should also update upgrade-3.1.0-to-3.2.0.postgres.sql ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
