zeevm commented on issue #2394:
URL: https://github.com/apache/arrow-rs/issues/2394#issuecomment-1212971958

   I'm using the Row reader api that should be able to read this as a list, but 
of course it can't because the design of the row reader is based on building a 
hierarchy of readers based on the hierarchical structure of a "Group" Parquet 
type in the file schema.
   
   But this case involves a "list" that isn't defined using a "Group" type, it 
is defined by a primitive type that has a "Repetition" of "Repeated" with 
appropriate repetition levels, this type of list encoding is valid per the 
Parquet format but not implemented by parquet-rs.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to