You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
fromOptimizerRule
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
fromOptimizerRule
traitDescribe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: