alamb opened a new issue, #7567: URL: https://github.com/apache/arrow-rs/issues/7567
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The parquet format has been updates to include types such as Variant and Geometry The parquet format is defined by thrift files that come from this repo https://github.com/apache/parquet-format and then the parquet repo contains auto-generated rust code to parse and serialize/deserialize those structures. We are currently behind on the definition -- it would be great if we could update to the latest parquet-format **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** 1. Update the revision in [regen.sh](https://github.com/apache/arrow-rs/blob/main/parquet/regen.sh) 2. Run `regen.sh` 3. Resolve any compilation errors 4. Check in the result This PR from @etseidl has an example of how to do this: - https://github.com/apache/arrow-rs/pull/7408 **Additional context** This will be a breaking API change so we will need to wait for the next major release - #7395 However getting it ready would be good -- 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