Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.0
-
None
-
None
Description
JSON doesn't allow nan or inf as valid double literals. There's no accepted way to represent nonfinite values in JSON, so the convention is apparently to use null and lose the ability to distinguish between nan and inf. That's what we'll do for now.
This affects a StatsMetric before any updates have been made to it, since it's mean is NaN.