pkumarsinha commented on code in PR #5378: URL: https://github.com/apache/hive/pull/5378#discussion_r1715259597
########## standalone-metastore/metastore-server/src/main/sql/mysql/upgrade-3.2.0-to-4.0.0-alpha-1.mysql.sql: ########## @@ -104,7 +104,7 @@ CREATE TABLE IF NOT EXISTS REPLICATION_METRICS ( PRIMARY KEY(RM_SCHEDULED_EXECUTION_ID) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; ---Increase the size of RM_PROGRESS to accomodate the replication statistics +-- Increase the size of RM_PROGRESS to accomodate the replication statistics ALTER TABLE REPLICATION_METRICS MODIFY RM_PROGRESS varchar(24000); ALTER TABLE REPLICATION_METRICS MODIFY RM_PROGRESS varchar(10000); Review Comment: Removing redundant ALTER will help only in cases where the current schema version is < 4.0.0-alpha-1. -- 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]
