abstractdog commented on code in PR #6343:
URL: https://github.com/apache/hive/pull/6343#discussion_r2895172831
##########
ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java:
##########
@@ -323,6 +326,8 @@ public enum AuthorizationMode{V1, V2};
*/
private final Map<String, FunctionInfo> currentFunctionsInUse = new
HashMap<>();
+ private static ExternalSessionsRegistry externalSessions = null;
Review Comment:
doesn't even need a reference on this registry here, removing it altogether
--
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]