Currently, we write the string representation of the values based on the primitive types only.
For example parquet-tools displays the min-max stats as signed numbers while UINT types are used which is misleading (min value might seem to be larger than the max value). Similar problem at displaying decimals binary values as UTF8 strings.
Reporter: Gabor Szadovszky / @gszadovszky
Assignee: Gabor Szadovszky / @gszadovszky
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-1170. Please see the migration documentation for further details.