xiangfu0 opened a new pull request, #10735: URL: https://github.com/apache/pinot/pull/10735
This PR: 1. Renames the interface `StageNode` to `PlanNode`. 2. Renames all the `StageNode` implementations to corresponding `PlanNode` implementations 3. Since we separated the working of `stage` in query planner phase as `planFragment`, we also change all the `stageId` -> `planFragmentId` and rename all the stage related wording in planner to `planFragment` -- 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]
