deniskuzZ commented on code in PR #5683:
URL: https://github.com/apache/hive/pull/5683#discussion_r2009720031
##########
jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java:
##########
@@ -806,9 +807,9 @@ protected boolean requestIsAborted(final HttpRequest
request) {
// set the specified timeout (socketTimeout jdbc param) for http
connection as well
RequestConfig config = RequestConfig.custom()
- .setConnectTimeout(loginTimeout * 1000)
- .setConnectionRequestTimeout(loginTimeout * 1000)
- .setSocketTimeout(loginTimeout * 1000).build();
+ .setConnectTimeout(connectTimeout)
Review Comment:
did we use a seconds unit before? isn't it a breaking change?
--
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]