jfsii commented on code in PR #5092:
URL: https://github.com/apache/hive/pull/5092#discussion_r1500053157
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java:
##########
@@ -282,4 +282,11 @@ public boolean skipAuthorization() {
}
return super.skipAuthorization();
}
+
Review Comment:
Looking at the history of "HIVE_OPTIMIZE_HMS_QUERY_CACHE_ENABLED", I am not
sure if there is a way to detect currently if a query's metadata is being
served from the cache besides looking at the log file (and I would consider
this outside of the scope of this PR but others might have differing opinion),
so it likely would be difficult to do this via a qtest
--
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]