kishendas commented on a change in pull request #1443:
URL: https://github.com/apache/hive/pull/1443#discussion_r484047791



##########
File path: 
service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java
##########
@@ -326,10 +327,12 @@ public TOpenSessionResp OpenSession(TOpenSessionReq req) 
throws TException {
 
       final int fetchSize = 
hiveConf.getIntVar(HiveConf.ConfVars.HIVE_SERVER2_THRIFT_RESULTSET_DEFAULT_FETCH_SIZE);
 
+      Map<String, String> map = new HashMap<>();

Review comment:
       Updated the existing test case TestThriftCliServiceWithInfoMessage.java 
for this. Please take a look, when you get time. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to