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

Implement ExprPlanner for sql_overlay_to_expr #11223

Closed
Tracked by #11207
dharanad opened this issue Jul 2, 2024 · 1 comment · Fixed by #11398
Closed
Tracked by #11207

Implement ExprPlanner for sql_overlay_to_expr #11223

dharanad opened this issue Jul 2, 2024 · 1 comment · Fixed by #11398
Assignees
Labels
enhancement New feature or request

Comments

@dharanad
Copy link
Contributor

dharanad commented Jul 2, 2024

Is your feature request related to a problem or challenge?

As discussed in #11207 The idea is to move hardcoded the sql_overlay_to_expr operator to function in the parser step, which is currently handled in the optimizer step. We need to implement user-defined parser mechanisms to enable more flexible SQL planning.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@dharanad
Copy link
Contributor Author

dharanad commented Jul 2, 2024

take

@dharanad dharanad changed the title Implement user defined planner for sql_overlay_to_expr Implement ExprPlanner for sql_overlay_to_expr Jul 10, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant