This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Add support to read Struct
s from parquet
#504
Labels
feature
A new feature
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
A struct array poses an interesting challenge because it requires deserializing multiple arrays per row group as part of the same
Array
.Since we are postponing decisions over how deserialization work is done (in parallel), this requires a more exotic API to support this use-case with high performance.
The text was updated successfully, but these errors were encountered: