[ 
https://issues.apache.org/jira/browse/PARQUET-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106895#comment-15106895
 ] 

Deepak Majeti commented on PARQUET-428:
---------------------------------------

[~rdblue], My plan is to first extend the parquet reader to read bits of all 
the Parquet types (as of today only INT96 and FIXED_LEN_BYTE_ARRAY are 
missing). Once we complete this, we can support other primitive and complex 
types (of hive) by just re-interpreting these bits.
I have already started implementing support for INT96 in the reader. I will be 
happy to discuss the compatibility story at this point. Thanks!

> Support INT96 and FIXED_LEN_BYTE_ARRAY types
> --------------------------------------------
>
>                 Key: PARQUET-428
>                 URL: https://issues.apache.org/jira/browse/PARQUET-428
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Deepak Majeti
>
> I would like to add support for INT96 and FIXED_LEN_BYTE_ARRAY parquet types.
> Hive data types DATE and TIMESTAMP get mapped to INT96 parquet type.
> Hive DECIMAL gets mapped to parquet FIXED_LEN_BYTE_ARRAY type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to