-
Notifications
You must be signed in to change notification settings - Fork 413
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
Schema evolution not coercing with Large arrow types #2298
Labels
bug
Something isn't working
Comments
ion-elgreco
changed the title
Schema evolution not coercing with Large types
Schema evolution not coercing with Large arrow types
Mar 17, 2024
@aersam fyi :) |
My boss hit this one and I introduced it - I better fix it ;) |
aersam
added a commit
to aersam/delta-rs
that referenced
this issue
Mar 20, 2024
ion-elgreco
pushed a commit
to aersam/delta-rs
that referenced
this issue
Mar 20, 2024
ion-elgreco
pushed a commit
that referenced
this issue
Mar 21, 2024
# Description This fixes schema merge for large arrow types in combination with dictionary types. Basically we just allow merging any arrow data type that is the same delta type # Related Issue(s) Fixes #2298 # Documentation <!--- Share links to useful documentation --->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Delta-rs version:
Binding: 0.16.0
Bug
What happened:
Writing a delta table that has a partition column which is primitive type String and then trying to write with schema_mode="merge" to add new columns results in, when your partition column is in arrow dtype LargeUtf8
The text was updated successfully, but these errors were encountered: