Gabor Szadovszky created PARQUET-1170:
-----------------------------------------
Summary: Implement toString based on logical type so values will
be represented properly in tools/logs etc.
Key: PARQUET-1170
URL: https://issues.apache.org/jira/browse/PARQUET-1170
Project: Parquet
Issue Type: Improvement
Affects Versions: 1.9.0
Reporter: Gabor Szadovszky
Assignee: Gabor Szadovszky
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)