xiangfu0 commented on code in PR #10535:
URL: https://github.com/apache/pinot/pull/10535#discussion_r1171888083


##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/colocated/GreedyShuffleRewritePreComputeVisitor.java:
##########
@@ -64,4 +65,11 @@ public Integer visitTableScan(TableScanNode stageNode, 
GreedyShuffleRewriteConte
     context.addLeafNode(stageNode.getStageId(), stageNode);
     return 0;
   }
+
+  @Override
+  public Integer visitSetOp(SetOpNode setOpNode, GreedyShuffleRewriteContext 
context) {

Review Comment:
   I added a new field for SetOp. Partitioning is a must to ensure  the 
correctness.



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