deniskuzZ commented on code in PR #6088: URL: https://github.com/apache/hive/pull/6088#discussion_r2606774937
########## ql/src/test/results/clientpositive/llap/lock1.q.out: ########## @@ -98,26 +98,26 @@ PREHOOK: query: SHOW LOCKS PREHOOK: type: SHOWLOCKS POSTHOOK: query: SHOW LOCKS POSTHOOK: type: SHOWLOCKS -default@tstsrc_n1 SHARED -default@tstsrc_n1 SHARED +hive@default@tstsrc_n1 SHARED +hive@default@tstsrc_n1 SHARED PREHOOK: query: SHOW LOCKS extended PREHOOK: type: SHOWLOCKS POSTHOOK: query: SHOW LOCKS extended POSTHOOK: type: SHOWLOCKS -default@tstsrc_n1 SHARED +hive@default@tstsrc_n1 SHARED #### A masked pattern was here #### LOCK_MODE:EXPLICIT LOCK_QUERYSTRING:lock TABLE tstsrc_n1 SHARED -default@tstsrc_n1 SHARED +hive@default@tstsrc_n1 SHARED #### A masked pattern was here #### LOCK_MODE:EXPLICIT LOCK_QUERYSTRING:LOCK TABLE tstsrc_n1 SHARED PREHOOK: query: SHOW LOCKS tstsrc_n1 PREHOOK: type: SHOWLOCKS POSTHOOK: query: SHOW LOCKS tstsrc_n1 POSTHOOK: type: SHOWLOCKS -default@tstsrc_n1 SHARED -default@tstsrc_n1 SHARED +hive@default@tstsrc_n1 SHARED Review Comment: No need for catalog in show tables or show locks; -- 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]
