abstractdog commented on code in PR #5566:
URL: https://github.com/apache/hive/pull/5566#discussion_r1861781968
##########
ql/src/java/org/apache/hadoop/hive/ql/QueryState.java:
##########
@@ -217,6 +217,11 @@ public Object getResource(String resourceIdentifier) {
return resourceMap.get(resourceIdentifier);
}
+ // Resets the resourceMap by removing all stored resource information,
Review Comment:
nit: comment ends with a comma, implying the comment is not finished :)
--
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]