Errors in scan_delta and write_delta with nested struct schema evolution (aka adding new field) #19915
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
delta_table_with_nested.zip
Make sure you
This is how I generated the table using Spark 3.4.1
Log output
Issue description
As a workaround I'm doing this instead of using scan_delta (and also instead of scan_parquet, I tried to use polars scan_parquet as much as possible, but I didn't manage to remove the schema when reading the parquets in python code as rust fails if I do so)
I do have this other code for the writing bug aswell
Expected behavior
Polars reading the data with a NULL for the parquet files who are missing the data
Installed versions
The text was updated successfully, but these errors were encountered: