Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
In Optimizer, Filter operator will go through the rules PushDownPredicate, CombineFilters and BooleanSimplification.
Under this rule order, it is possibly that some predicates that should be able to push down, can't be pushed down through operators.
We should fix it.
Attachments
Issue Links
- relates to
-
SPARK-31705 Push more possible predicates through Join via CNF
- Resolved
- links to