Description
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
Describe alternatives you've considered
- Update the revision in regen.sh
- Run
regen.sh
- Resolve any compilation errors
- Check in the result
This PR from @etseidl has an example of how to do this:
Additional context
This will be a breaking API change so we will need to wait for the next major release
However getting it ready would be good