Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-14
Description
IMPALA-9183 adds the functionality to convert disjunctive predicates into conjunctive normal form (CNF). Currently, the rewrite is disabled by default and can be enabled by setting enable_cnf_rewrites to true. Since it can cause several plan changes, we should ensure it does not cause regressions (both in terms of result correctness and performance) and then enable it by default. This JIRA is a follow-up to IMPALA-9183.
Attachments
Issue Links
- is duplicated by
-
IMPALA-2108 Improve partition pruning by extracting partition-column filters from non-trivial disjunctions.
- Resolved