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

ASF GitHub Bot commented on PARQUET-968:
----------------------------------------

BenoitHanotte commented on issue #411: PARQUET-968 Add Hive/Presto support in 
ProtoParquet
URL: https://github.com/apache/parquet-mr/pull/411#issuecomment-374883095
 
 
   @virtualluke it seems related: the issue seems to be that your file are 
missing the LIST wrapper around repeated fields (the 3-levels lists), and 
instead using the 2-levels repetition style. 
   The 2-levels style is what parquet-protobuf currently does and this PR's aim 
is to allow it to use the 3-levels way, which is how the parquet specs define 
lists and maps when writting parquet files. 
   The PR you linked to does the opposite: allowing to read files that have 
been written with the 2-levels style.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Add Hive/Presto support in ProtoParquet
> ---------------------------------------
>
>                 Key: PARQUET-968
>                 URL: https://issues.apache.org/jira/browse/PARQUET-968
>             Project: Parquet
>          Issue Type: Task
>            Reporter: Constantin Muraru
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to