deniskuzZ commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2915015465


##########
standalone-metastore/metastore-server/src/main/sql/hive/upgrade-4.2.0-to-4.3.0.hive.sql:
##########
@@ -1,3 +1,5 @@
 SELECT 'Upgrading MetaStore schema from 4.2.0 to 4.3.0';
 
+ALTER TABLE `HIVE_LOCKS` ADD COLUMNS (`HL_CATALOG` string);

Review Comment:
   ok, maybe we could do the refactor in the follow-up. Unfortunately I can 
find the JIRA for the string values to FK reference migration



-- 
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]

Reply via email to