Description
SELECT sum('a'), avg('a'), variance('a'), std('a') FROM src;
Current output:
NULL NULL NULL NULL
Expected output:
0.0 NULL NULL NULL
This fixes hive udaf_number_format.q
Attachments
Issue Links
- breaks
-
SPARK-8828 Revert the change of SPARK-5680
- Resolved
- links to