-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Some features like #3859 may find / introduce seemingly nonsensical predicates like a AND a -- in this case the expression simplifier should remove them.
Describe the solution you'd like
Add rewrite rules to rewrite
a AND a --> a
a OR a --> a
Rewrite rules are https://github.com/apache/arrow-datafusion/blob/feff5dc/datafusion/optimizer/src/simplify_expressions.rs#L793
HaoYang670
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers