Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.9.0, 1.10.0
-
None
-
None
Description
According to parquet format specification columns annotated as DECIMAL should use SIGNED comparator and statistics should be available. The sort order returned by org.apache.parquet.format.converter.ParquetMetadataConverter for DECIMAL is SortOrder.UNKNOWN which contradicts the specification and makes statistics for DECIMAL types unavailable.
Attachments
Issue Links
- is caused by
-
PARQUET-686 Allow for Unsigned Statistics in Binary Type
- Resolved
- links to