wecharyu commented on code in PR #4744: URL: https://github.com/apache/hive/pull/4744#discussion_r1410848434
########## 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: How about retaining the previous table structure? The code is compatible IMHO. -- 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]
