amanraj2520 commented on code in PR #4450: URL: https://github.com/apache/hive/pull/4450#discussion_r1278265931
########## standalone-metastore/src/main/sql/oracle/upgrade-3.1.0-to-3.2.0.oracle.sql: ########## @@ -28,7 +28,6 @@ UPDATE PARTITION_PARAMS SET TEMP=PARAM_VALUE, PARAM_VALUE=NULL; ALTER TABLE PARTITION_PARAMS DROP COLUMN PARAM_VALUE; ALTER TABLE PARTITION_PARAMS RENAME COLUMN TEMP TO PARAM_VALUE; - -- These lines need to be last. Insert any changes above. UPDATE VERSION SET SCHEMA_VERSION='3.2.0', VERSION_COMMENT='Hive release version 3.2.0' where VER_ID=1; Review Comment: It is there for both. But this was just a space removal thats why it came as diff. Will check this -- 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]
