Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
min/max aggregations treat all numeric values / functions as doubles.
Functions do not yet have types, but int/long/float fields do. This has the most impact on long fields, since the full range of values cannot be represented in a double without loss of precision.