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

[WIP] Improve casting support in nested maps/arrays #338

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

johanl-db
Copy link
Contributor

@johanl-db johanl-db commented Sep 17, 2024

Disclaimer: this was part of a time-boxed hackathon, I didn't get time to bring it to a more polished state or test this code properly. Publishing in case it's useful to anyone, feel free to reuse (at your own risks).

This includes changes from #335.
The actual relevant part here is the 2nd commit: 7159dc1

Type widening requires casting values on read after a type change is applied to a table, from the narrower parquet type to the current wider type in the table schema.

This change aims at fixing issues and limitations with casting inside arrays and maps

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

Successfully merging this pull request may close these issues.

1 participant