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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
