Nested Schema Projection #5148
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently we only provide APIs for projecting root columns of an arrow schema, that is there is no easy mechanism to project parts of nested columns. This is despite both the arrow-json reader and parquet readers supporting this.
This lack of support has come up a few times recently:
Describe the solution you'd like
I would like an API that makes it easy to perform nested projection on a schema
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: