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


##########
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:
   After the modifications, the usage of `socketTimeout` and `connectTimeout` 
remain consistent with the previous version.



-- 
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: gitbox-unsubscr...@hive.apache.org

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