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

Remove ExecutionProps from OptimizerRule trait #2614

Closed
Tracked by #474
andygrove opened this issue May 25, 2022 · 0 comments · Fixed by #2666
Closed
Tracked by #474

Remove ExecutionProps from OptimizerRule trait #2614

andygrove opened this issue May 25, 2022 · 0 comments · Fixed by #2666
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In order to implement #2599 we need to remove ExecutionProps from OptimizerRule trait.

The logical plan optimizer rules should not depend on anything related to the physical plan, or execution.

Only one rule, SimplifyExpressions currently references `ExecutionProps.

Describe the solution you'd like
Remove ExecutionProps from OptimizerRule trait

Describe alternatives you've considered
None

Additional context
None

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