amanraj2520 commented on code in PR #4450: URL: https://github.com/apache/hive/pull/4450#discussion_r1278265892
########## standalone-metastore/src/main/sql/postgres/upgrade-3.0.0-to-3.1.0.postgres.sql: ########## @@ -51,6 +51,11 @@ CREATE TABLE MATERIALIZATION_REBUILD_LOCKS ( PRIMARY KEY(MRL_TXN_ID) ); +-- HIVE-19416 +ALTER TABLE "TBLS" ADD COLUMN "WRITE_ID" bigint DEFAULT 0; Review Comment: Sure will do 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]
