walterddr commented on code in PR #10748: URL: https://github.com/apache/pinot/pull/10748#discussion_r1190194491
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ########## @@ -175,7 +175,7 @@ private BrokerResponse handleRequest(long requestId, String query, @Nullable Sql return new BrokerResponseNative(QueryException.getException(QueryException.SQL_PARSING_ERROR, e)); } - QueryPlan queryPlan = queryPlanResult.getQueryPlan(); + DispatchableSubPlan dispatchableQueryPlan = queryPlanResult.getQueryPlan(); Review Comment: ```suggestion DispatchableSubPlan dispatchableSubPlan = queryPlanResult.getQueryPlan(); ``` -- 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