You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: When i try to write my dataframe that has full null column, it raises error. If all rows are None in a column, it seems as null type in pyarrow schema and it causes error because i guess delta-rs doesn't recognize that type.
What you expected to happen: I would expect that create/write delta table.
Environment
Delta-rs version: 0.14.0
Binding: Python
Environment:
Bug
What happened: When i try to write my dataframe that has full null column, it raises error. If all rows are
None
in a column, it seems as null type in pyarrow schema and it causes error because i guess delta-rs doesn't recognize that type.What you expected to happen: I would expect that create/write delta table.
How to reproduce it:
The text was updated successfully, but these errors were encountered: