eaugene commented on code in PR #13292:
URL: https://github.com/apache/pinot/pull/13292#discussion_r1623347899


##########
pinot-broker/src/main/java/org/apache/pinot/broker/api/resources/PinotClientRequest.java:
##########
@@ -191,7 +191,13 @@ public void processSqlWithMultiStageQueryEngineGet(
           executeSqlQuery(requestJson, makeHttpIdentity(requestContext), true, 
httpHeaders, true);
       asyncResponse.resume(getPinotQueryResponse(brokerResponse));
     } catch (WebApplicationException wae) {
-      asyncResponse.resume(wae);
+      Response response = wae.getResponse();

Review Comment:
   Just realised that we do not have Exception Mapper for Broker REST API's . 
Making that 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: commits-unsubscr...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to