brancz opened a new issue, #8016: URL: https://github.com/apache/arrow-rs/issues/8016
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I have arrow records that I want to persist as parquet, however, arrow-rs' parquet implementation currently does not support this. When I tried I got this error: ``` Converting RunEndEncodedType to parquet not supported ``` Which originates from https://github.com/apache/arrow-rs/blob/00a2f7354d4aa42ad2ff6c5a3bff3f2ea17ca4ba/parquet/src/arrow/schema/mod.rs#L777-L779 **Describe the solution you'd like** Support converting RunEnd arrays to parquet. **Describe alternatives you've considered** Expanding REE arrays to not be REE encoded, but that kind of defeats the point. -- 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-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org