Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Add support to read Structs from parquet #504

Closed
jorgecarleitao opened this issue Oct 8, 2021 · 1 comment
Closed

Add support to read Structs from parquet #504

jorgecarleitao opened this issue Oct 8, 2021 · 1 comment
Assignees
Labels
feature A new feature no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog

Comments

@jorgecarleitao
Copy link
Owner

jorgecarleitao commented Oct 8, 2021

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.

@jorgecarleitao jorgecarleitao added the feature A new feature label Oct 8, 2021
@jorgecarleitao jorgecarleitao self-assigned this Oct 8, 2021
@jorgecarleitao jorgecarleitao added the no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog label Oct 8, 2021
@jorgecarleitao
Copy link
Owner Author

Closed by #547

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog
Projects
None yet
Development

No branches or pull requests

1 participant