Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the default engine parquet reader should convert the list schema to be named element #302

Open
nicklan opened this issue Aug 6, 2024 · 0 comments

Comments

@nicklan
Copy link
Collaborator

nicklan commented Aug 6, 2024

This matches the parquet spec and means that reading parquet via delta will have arrow data that matches the arrow schema we generate from the schema we read out of the delta log.

This should likely be done in the arrow_utils.rs stuff where we re-order/filter everything. This might be complex, especially in the case where this rename is the only thing that needs to be done. We'll need to capture that so that the reorder_struct_array call notices that this needs to happen.

Once fixed, enable the parquet-all-types-legacy-format golden test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant