turboFei commented on a change in pull request #1400:
URL: https://github.com/apache/incubator-kyuubi/pull/1400#discussion_r750798604



##########
File path: 
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiConnection.java
##########
@@ -184,9 +192,10 @@ public KyuubiConnection(String uri, Properties info) 
throws SQLException {
           client = new TCLIService.Client(new TBinaryProtocol(transport));
           // open client session
           openSession();
-          getLaunchEngineLog();
-          executeInitSql();
-
+          if (!isBeeLineMode) {
+            showLaunchEngineLog();
+            executeInitSql();

Review comment:
       it will block, we need launch engine log thread at first, then 
exeuteInitSql 




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


Reply via email to