deniskuzZ commented on code in PR #3921: URL: https://github.com/apache/hive/pull/3921#discussion_r1064576061
########## metastore/scripts/upgrade/hive/hive-schema-4.0.0.hive.sql: ########## @@ -2008,6 +2008,75 @@ JOIN WHERE SE.SCHEDULED_QUERY_ID=SQ.SCHEDULED_QUERY_ID; +CREATE OR REPLACE VIEW `TRANSACTIONS` ( Review Comment: I do not see any permission checks. Please check how it's done for COMPACTIONS view. Also there is already a TRANSACTIONS view in sys.db, so no need for copy paste. -- 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]
