abstractdog commented on code in PR #3710:
URL: https://github.com/apache/hive/pull/3710#discussion_r1008633756


##########
jdbc/src/java/org/apache/hive/jdbc/HttpRequestInterceptorBase.java:
##########
@@ -99,7 +118,20 @@ public void process(HttpRequest httpRequest, HttpContext 
httpContext)
         httpRequest.addHeader("Cookie", cookieHeaderKeyValues);
       }
     } catch (Exception e) {
-      throw new HttpException(e.getMessage(), e);
+      throw new RuntimeException(e);

Review Comment:
   oh, this is a leftover, I'll remove



-- 
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]

Reply via email to