deniskuzZ commented on code in PR #6378: URL: https://github.com/apache/hive/pull/6378#discussion_r2964732334
########## standalone-metastore/metastore-server/src/main/sql/derby/hive-schema-4.0.0-beta-1.derby.sql: ########## @@ -733,6 +733,8 @@ CREATE TABLE MIN_HISTORY_WRITE_ID ( MH_WRITEID bigint NOT NULL ); +CREATE INDEX MIN_HISTORY_WRITE_ID_IDX ON MIN_HISTORY_WRITE_ID (MH_DATABASE, MH_TABLE, MH_WRITEID); Review Comment: we should change the current schema script, not beta -- 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]
