You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/09 13:00:29 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1680: Support Reading Alternative List Representations to Parquet

tustvold opened a new issue, #1680:
URL: https://github.com/apache/arrow-rs/issues/1680

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   Currently the parquet -> arrow conversion supports the 3-level representation of lists, as described [here](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists).
   
   However, there is limited support for alternative representations as described [here](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#backward-compatibility-rules). In particular
   
   * No test coverage of fallback representations for List annotated types
   * No support for repeated fields outside of List annotated types
   
   **Describe the solution you'd like**
   
   We should support the parquet specification
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #1680: Support Reading Alternative List Representations to Arrow From Parquet

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1680: Support Reading Alternative List Representations to Arrow From Parquet
URL: https://github.com/apache/arrow-rs/issues/1680


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org