abstractdog commented on a change in pull request #2319:
URL: https://github.com/apache/hive/pull/2319#discussion_r674814465
##########
File path: jdbc/src/java/org/apache/hive/jdbc/Utils.java
##########
@@ -438,6 +438,18 @@ public static JdbcConnectionParams
extractURLComponents(String uri, Properties i
// Don't parse them, but set embedded mode as true
if (uri.equalsIgnoreCase(URL_PREFIX)) {
connParams.setEmbeddedMode(true);
+ for (Map.Entry<Object, Object> kv : info.entrySet()) {
Review comment:
how is this code part related to the original intention of the patch?
--
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]