join_asof
breaks with certain parquet files (I think due to memory layout or something?)
#16819
Closed
2 tasks done
Labels
bug
Something isn't working
P-high
Priority: high
python
Related to Python Polars
regression
Issue introduced by a new release
Checks
Reproducible example
parquets.zip
Extract these two parquet files:
Log output
Issue description
This throws with:
ShapeError: unable to hstack Series of length 409467 and DataFrame of height 448221
I noticed this is a regression from 0.20.3 -> 0.20.4
Only noticed this after joining some new tables.
Expected behavior
This should work and output something like:
Installed versions
The text was updated successfully, but these errors were encountered: