deniskuzZ commented on code in PR #3661: URL: https://github.com/apache/hive/pull/3661#discussion_r994554667
########## metastore/scripts/upgrade/hive/hive-schema-4.0.0-alpha-2.hive.sql: ########## @@ -1947,12 +1952,17 @@ SELECT DISTINCT C_DURATION, C_HADOOP_JOB_ID, C_RUN_AS, + C_ERROR_MESSAGE, + C_NEXT_TXN_ID, + C_TXN_ID, + C_COMMIT_TIME, C_HIGHEST_WRITE_ID, C_INITIATOR_HOST, C_INITIATOR_ID, C_INITIATOR_VERSION, C_CLEANER_START, - NVL(C_POOL_NAME, 'default') + NVL(C_POOL_NAME, 'default'), Review Comment: this should be already handled in sys view, C_POOL_NAME should be just fine -- 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]
