walterddr commented on code in PR #10535:
URL: https://github.com/apache/pinot/pull/10535#discussion_r1171610102
##########
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/DispatchablePlanVisitor.java:
##########
@@ -82,6 +83,13 @@ public Void visitWindow(WindowNode node,
DispatchablePlanContext context) {
return null;
}
+ @Override
+ public Void visitSetOp(SetOpNode setOpNode, DispatchablePlanContext context)
{
Review Comment:
changing the dispatchable plan visitor requires a Ser/De test added to the
QueryDispatcherTest and QueryServerTest to ensure all stagenode related content
are ser/de properly
--
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]