walterddr commented on code in PR #10535:
URL: https://github.com/apache/pinot/pull/10535#discussion_r1171610857
##########
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:
@ankitsultana can you take a look and see if this works with your
expectation? even if we do not allow visitSetOp is a valid current limitation
IMO
--
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]