deniskuzZ commented on code in PR #5683: URL: https://github.com/apache/hive/pull/5683#discussion_r2009067412
########## jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java: ########## @@ -176,7 +176,8 @@ public class HiveConnection implements java.sql.Connection { private SQLWarning warningChain = null; private TSessionHandle sessHandle = null; private final List<TProtocolVersion> supportedProtocols = new LinkedList<TProtocolVersion>(); - private int loginTimeout = 0; + private int connectTimeout = 0; + private int socketTimtout = 0; Review Comment: typo -- 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