pan3793 commented on a change in pull request #1946:
URL: https://github.com/apache/incubator-kyuubi/pull/1946#discussion_r810768235
##########
File path:
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiConnection.java
##########
@@ -78,6 +78,7 @@
public class KyuubiConnection implements java.sql.Connection, KyuubiLoggable {
public static final Logger LOG =
LoggerFactory.getLogger(KyuubiConnection.class.getName());
public static final String BEELINE_MODE_PROPERTY = "BEELINE_MODE";
+ public static final int DEFAULT_ENGINE_LOG_THREAD_TIMEOUT = 10 * 1000;
Review comment:
It should not a big deal, we can remove the `final`, if users really
want to change it, they can re-assign the value of the static variable.
--
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]