abstractdog commented on code in PR #3710:
URL: https://github.com/apache/hive/pull/3710#discussion_r1007713407
##########
jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java:
##########
@@ -182,6 +184,7 @@ public class HiveConnection implements java.sql.Connection {
private Subject loggedInSubject;
private int maxRetries = 1;
private IJdbcBrowserClient browserClient;
+ private Map<String, String> additionalHttpHeaders = new HashMap<String,
String>();
Review Comment:
oh, right, makes sense, I'll change
--
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]