Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The UDAF functions cannot handle null values. It just throws a NullPointerException. We should properly handle null values in UDAF.
For all UDAF functions that we have now: sum, count, ave, we should ignore the null values.