deniskuzZ commented on code in PR #5683:
URL: https://github.com/apache/hive/pull/5683#discussion_r2009722149


##########
jdbc/src/test/org/apache/hive/jdbc/TestHiveConnection.java:
##########
@@ -72,6 +72,7 @@ public void testHiveConnectionParameters() throws 
SQLException, ZooKeeperHiveCli
     Assert.assertEquals("http", 
params.getSessionVars().get(JdbcConnectionParams.TRANSPORT_MODE));
     Assert.assertEquals("cliservice", 
params.getSessionVars().get(JdbcConnectionParams.HTTP_PATH));
     Assert.assertEquals("60", 
params.getSessionVars().get(JdbcConnectionParams.SOCKET_TIMEOUT));

Review Comment:
   that meant 60 sec before, now it's 60 msec, isn't it?



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

Reply via email to