vihangk1 commented on a change in pull request #1791:
URL: https://github.com/apache/hive/pull/1791#discussion_r552247841
##########
File path: jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java
##########
@@ -592,6 +638,10 @@ public boolean retryRequest(IOException exception, int
executionCount, HttpConte
}
});
+ if (isBrowserAuthMode()) {
+ httpClientBuilder
Review comment:
I am not sure if you are reviewing this one commit at a time or by
combining all the commits. line 626 on the latest code in this branch creates a
httpClientBuilder if the cookieAuth is disabled.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]