pan3793 commented on code in PR #7317:
URL: https://github.com/apache/kyuubi/pull/7317#discussion_r2802000852


##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/Utils.java:
##########
@@ -565,7 +565,8 @@ static int getVersionPart(String fullVersion, int position) 
{
   }
 
   public static String parsePropertyFromUrl(final String url, final String 
key) {
-    String[] tokens = url.split(";");
+    String urlClientPropertiesSection = url.split("[?#]")[0];

Review Comment:
   I can't recall if we support escaped char in URL, if not, LGTM



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