You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/07/22 13:50:56 UTC

[GitHub] [hive] abstractdog commented on a change in pull request #2319: HIVE-25158: Beeline/hive command can't get operation logs when hive.s…

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 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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org