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

Move overlay planning toExprPlanner #11398

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Conversation

dharanad
Copy link
Contributor

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

cargo test

Are there any user-facing changes?

No

@github-actions github-actions bot added sql SQL Planner logical-expr Logical plan and expressions labels Jul 10, 2024
@dharanad dharanad marked this pull request as ready for review July 10, 2024 18:22
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @dharanad 🙏

@@ -193,7 +193,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
}
}

not_impl_err!("Extract not supported by UserDefinedExtensionPlanners: {extract_args:?}")
not_impl_err!("Extract not supported by ExprPlanner: {extract_args:?}")
Copy link
Contributor

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

@dharanad
Copy link
Contributor Author

dharanad commented Jul 10, 2024

Thank you @dharanad 🙏

Thank for your time and review @alamb . Apologies for the delay, busy with personal work last couple of days.

@alamb alamb changed the title Implement ExprPlanner for sql_overlay_to_expr Move overlay planning toExprPlanner Jul 10, 2024
@alamb
Copy link
Contributor

alamb commented Jul 10, 2024

Thank you @dharanad 🙏

Thank for your time and review @alamb . Apologies for the delay, busy with personal last couple of days.

I totally understand. Everything you can do is appreciated. Thanks again

@alamb alamb merged commit 4402a1a into apache:main Jul 11, 2024
24 checks passed
Lordworms pushed a commit to Lordworms/arrow-datafusion that referenced this pull request Jul 12, 2024
* move overlay to expr planner

* typo
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
* move overlay to expr planner

* typo
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 17, 2024
* move overlay to expr planner

* typo
xinlifoobar pushed a commit to xinlifoobar/datafusion that referenced this pull request Jul 18, 2024
* move overlay to expr planner

* typo
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ExprPlanner for sql_overlay_to_expr
2 participants