pan3793 commented on code in PR #2630:
URL: https://github.com/apache/incubator-kyuubi/pull/2630#discussion_r870282151


##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/Utils.java:
##########
@@ -369,11 +347,13 @@ public static JdbcConnectionParams 
extractURLComponents(String uri, Properties i
     if ((authorityFromClientJdbcURL == null) || 
(authorityFromClientJdbcURL.isEmpty())) {
       // Given uri of the form:
       // jdbc:hive2:///dbName;sess_var_list?hive_conf_list#hive_var_list
-      connParams.setEmbeddedMode(true);
-    } else {
-      connParams.setSuppliedURLAuthority(authorityFromClientJdbcURL);
-      uri = uri.replace(authorityFromClientJdbcURL, dummyAuthorityString);
+      authorityFromClientJdbcURL = "localhost:10009";
+      uri =
+          uri.replace(

Review Comment:
   nit: merge to line 351?



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

Reply via email to