Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Using a UDF with '-' operator causes the query to fail with an illegal state exception because the UDF does not get inlined.
Here is an example query:
SELECT -udf(col.f) FROM col;