Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: refactor PlanRoot to improve the maintainability #16509

Closed
chenzl25 opened this issue Apr 26, 2024 · 1 comment · Fixed by #16510
Closed

refactor: refactor PlanRoot to improve the maintainability #16509

chenzl25 opened this issue Apr 26, 2024 · 1 comment · Fixed by #16510
Milestone

Comments

@chenzl25
Copy link
Contributor

Currently, the struct PlanRoot has no clear definition of the plan in which optimization phase and is prone to error in planner test. Additionally, we have some requirements to construct a batch plan from the plan root directly, if we could specify a plan phase for PlanRoot, it could be more maintainable.

@chenzl25
Copy link
Contributor Author

#16487 relies on this issue to be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant