-
Notifications
You must be signed in to change notification settings - Fork 421
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
write_deltalake identifies large_string as datatype even though string is set in schema #2374
Comments
@dimitarmaya please provide a small reproducible example. |
Hi @ion-elgreco
It yields the following outcome PS. The main reason why I want to keep with internal schema in my real world scenario is that I want to store column metadata in the delta log. Pyrrow schema is stripping the metadata info from the columns |
I am hitting the same issue! 🤔 |
one workaround is forcing large_dtypes = True
|
Environment
Delta-rs version:0.16.2
Environment:
Bug
What happened: Tried to create a delta table with data however it throwed an error with invalid types. If the schema is converted in pyarrow the issue does not exists. The error is the following Schema of data does not match table schema.
Similar issue with this one issue however the dataframe is not empty
What you expected to happen:
How to reproduce it: Try to create a schema from deltalake.Schema and add primitive types for example string
More details:
The text was updated successfully, but these errors were encountered: