Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.0
Description
I see this in tpch and tpcds where predicates look like this:
where
( col = 1 AND ... AND ...) or
( col = 1 AND ... AND ...) or
( col = 1 AND ... AND ...)
It's an OR of ANDs and there are predicates that are in each OR (col = 1). This could be pulled out.
Attachments
Issue Links
- is blocked by
-
IMPALA-4309 Introduce expr rewrite phase.
- Resolved
- is related to
-
IMPALA-2108 Improve partition pruning by extracting partition-column filters from non-trivial disjunctions.
- Resolved