read_parquet([files], ..., use_pyarrow=False)
fails when reading multiple files with different schema
#13438
Closed
2 tasks done
Labels
A-io-parquet
Area: reading/writing Parquet files
accepted
Ready for implementation
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
Log output
Issue description
More general description of ##13436. When providing
pyarrow=False
,read_parquet
fails when pyarrow is not used.Expected behavior
Should return df with single column
a
since this is the only column column to both parquet files.Installed versions
The text was updated successfully, but these errors were encountered: