You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/05/10 17:11:02 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #10748: [multistage] Refactor query planner and dispatcher

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-unsubscribe@pinot.apache.org

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


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