sankarh commented on code in PR #4729:
URL: https://github.com/apache/hive/pull/4729#discussion_r1333305827
##########
service/src/java/org/apache/hive/service/server/HiveServer2.java:
##########
@@ -217,9 +217,9 @@ public void run() {
}
};
if (isHTTPTransportMode(hiveConf)) {
- thriftCLIService = new ThriftHttpCLIService(cliService, oomHook);
+ thriftCLIService = new ThriftHttpCLIService(cliService);
Review Comment:
Remove the definition of oomHook as it is not used anywhere else.
--
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]