Aggarwal-Raghav commented on code in PR #6343:
URL: https://github.com/apache/hive/pull/6343#discussion_r2879774457
##########
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:
can be made as a local variable in start() method
--
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]