walterddr opened a new pull request, #9653: URL: https://github.com/apache/pinot/pull/9653
currently ServerRequestUtils is used to construct translated plan for running leaf-stage server request. this posts problem for special requests such as subqueries. This PR is the first step to expand the ServerRequetsUtils into doing some work of the PlanMaker - making ServerRequestUtils into a visitor pattern - let visitor use context so that any pre/post process required for subquery can be done separately. - still returning `Void` for the visitor node, but later it should be unified with `PlanMaker` interface to return an Operator chain similar to `PhysicalPlanVisitor` once done we should be able to execute pipelined subquery in generic fashion -- 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]
