-
Couldn't load subscription status.
- Fork 1.7k
Move overlay planning toExprPlanner
#11398
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @dharanad 🙏
| } | ||
|
|
||
| not_impl_err!("Extract not supported by UserDefinedExtensionPlanners: {extract_args:?}") | ||
| not_impl_err!("Extract not supported by ExprPlanner: {extract_args:?}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you -- this is a nice drive by cleanup
ExprPlanner for sql_overlay_to_exproverlay planning toExprPlanner
* move overlay to expr planner * typo
* move overlay to expr planner * typo
* move overlay to expr planner * typo
* move overlay to expr planner * typo
Which issue does this PR close?
Closes #11223
Rationale for this change
Part of #11207
What changes are included in this PR?
Are these changes tested?
Existing test cases
Are there any user-facing changes?
No