Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 4.1.0
-
None
-
None
-
None
-
ghx-label-5
Description
CNF rewrites can modify predicate children. We've found at least one instance - IMPALA-11766 - where a predicate child expression wasn't cloned, so modification messed up other use of the expression.
We should review CNF rewrite's impact on predicate child expressions and whether there are other places expressions need to be cloned before passing them in.
Attachments
Issue Links
- relates to
-
IMPALA-9183 TPC-DS query 13 - customer_address predicates not propagated to scan
- Resolved
-
IMPALA-9620 Predicates in the SELECT and GROUP-BY cause failure with CNF rewrite enabled
- Resolved
-
IMPALA-11274 CNF Rewrite causes a regress in join node performance
- Resolved
-
IMPALA-11766 In HdfsScanNode.buildBinaryStatsPredicate, an Expr needs to be cloned
- Resolved