Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
format-2.4.0
-
None
Description
Describe the handling of the ambigous min/max statistics for FLOAT/DOUBLE types in case of TypeDefinedOrder. (See PARQUET-1222 for details.)
- When looking for NaN values, min and max should be ignored.
- If the min is a NaN, it should be ignored.
- If the max is a NaN, it should be ignored.
- If the min is +0, the row group may contain -0 values as well.
- If the max is -0, the row group may contain +0 values as well.
Attachments
Issue Links
- blocks
-
PARQUET-1234 Release Parquet format 2.5.0
- Closed
- relates to
-
PARQUET-1222 Specify a well-defined sorting order for float and double types
- Resolved
- links to