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.
Reporter: Vlad Rozov / @vrozov
Assignee: Vlad Rozov / @vrozov
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-1322. Please see the migration documentation for further details.
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.ParquetMetadataConverterfor DECIMAL isSortOrder.UNKNOWNwhich contradicts the specification and makes statistics for DECIMAL types unavailable.Reporter: Vlad Rozov / @vrozov
Assignee: Vlad Rozov / @vrozov
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-1322. Please see the migration documentation for further details.