PanicException when writing to Delta a Null value casted to a list of structs #20734
Open
2 tasks done
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
If you have a DataFrame with a list of structs data type and some row happen to be null/empty, the delta_write function breaks.
As a workaround, I have to split the dataframe in two, drop the column where the values are null and write both separately.
Expected behavior
The delta_write writes the record to Delta Lake with that column set to null
Installed versions
The text was updated successfully, but these errors were encountered: