[
https://issues.apache.org/jira/browse/PARQUET-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169295#comment-15169295
]
Deepak Majeti commented on PARQUET-545:
---------------------------------------
As far as I understood, Impala treats `Decimal` and `Timestamp` values similar
to parquet primitive types and supports them at the encode/decode layer.
`parquet-mr` on the other hand, leaves it to its clients (say `hive`) to
interpret them from the parquet primitive types (eg: `FIXED_LEN_BYTE_ARRAY`).
However, `parquet-mr` does some basic checks on `length` `precison` and `scale`
values specified in the schema. I will update the scope of this JIRA.
> Support Decimal values
> ----------------------
>
> Key: PARQUET-545
> URL: https://issues.apache.org/jira/browse/PARQUET-545
> Project: Parquet
> Issue Type: New Feature
> Components: parquet-cpp
> Reporter: Deepak Majeti
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)