wecharyu commented on code in PR #4744: URL: https://github.com/apache/hive/pull/4744#discussion_r1390949307
########## metastore/scripts/upgrade/hive/upgrade-4.0.0-beta-1-to-4.0.0-beta-2.hive.sql: ########## @@ -1,3 +1,102 @@ SELECT 'Upgrading MetaStore schema from 4.0.0-beta-1 to 4.0.0-beta-2'; SELECT 'Finished upgrading MetaStore schema from 4.0.0-beta-1 to 4.0.0-beta-2'; + +-- HIVE-27725 +DROP TABLE IF EXISTS `TAB_COL_STATS`; Review Comment: Hive table does not support drop column yet, we followed the previous behavior: https://github.com/apache/hive/blob/cbc5d2d7d650f90882c5c4ad0026a94d2e586acb/metastore/scripts/upgrade/hive/upgrade-4.0.0-alpha-2-to-4.0.0-beta-1.hive.sql#L1-L8 -- 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]
