DanielZhu58 commented on code in PR #5343:
URL: https://github.com/apache/hive/pull/5343#discussion_r1767585463
##########
ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateTableEvent.java:
##########
@@ -88,7 +110,9 @@ private List<HivePrivilegeObject> getOutputHObjs() {
COMMAND_STR = buildCommandString(COMMAND_STR,table);
- LOG.debug("<== CreateTableEvent.getOutputHObjs(): ret={}", ret);
+ if (LOG.isDebugEnabled()) {
Review Comment:
I think this is the format before. So I tried to keep the code in the same
style.
Now I removed this check.
--
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]