Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 3.0, Impala 2.12.0
-
None
-
None
-
ghx-label-4
Description
Currently EqualityDisjunctsToInRule introduced in IMPALA-5280 might create an expr with unlimited number of children and fails a query, which should be avoided. The easy solution is to not apply the rewrite when the number of children is large.
Attachments
Issue Links
- relates to
-
IMPALA-7094 Fallback to an unoptimized query if ExprRewriter fails
- Open