nrg4878 commented on a change in pull request #1791:
URL: https://github.com/apache/hive/pull/1791#discussion_r552104632
##########
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:
wouldn't httpClientBuilder be null if cookieAuth is disabled? We could
use http transport with cookieAuth disabled right?
----------------------------------------------------------------
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]