Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.2
-
None
-
None
Description
It seems that analyzing function-call exprs is very slow compared to other exprs.
For example, analyzing nested function-call exprs such as:
lower(lower(lower(lower(...
with 2000 levels of nesting ran for over 5 minutes before I aborted the test. The analysis made progress, only very slowly.