You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/12/08 00:17:49 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #9930: [multistage] [bugfix] Disable shuffle rewrite

walterddr commented on code in PR #9930:
URL: https://github.com/apache/pinot/pull/9930#discussion_r1042802928


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/StagePlanner.java:
##########
@@ -65,8 +65,6 @@ public QueryPlan makePlan(RelRoot relRoot) {
 
     // walk the plan and create stages.
     StageNode globalStageRoot = walkRelPlan(relRootNode, getNewStageId());
-    ShuffleRewriteVisitor.optimizeShuffles(globalStageRoot);
-

Review Comment:
   with this you will also have to disable the shuffle rewrite test in planner



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