Freeze/Lock when filtering two joined frames scanned from parquet #22641
Labels
accepted
Ready for implementation
bug
Something isn't working
P-high
Priority: high
python
Related to Python Polars
regression
Issue introduced by a new release
Checks
Reproducible example
Log output
Issue description
I do not observe this error in polars 1.27.1, but I do observe it in 1.28.0, 1.28.1 and 1.29.0
If NUM_THREADS is greater than 1, the operation seems to complete successfully, otherwise the script freezes entirely in the
collect()
call.Expected behavior
Expected to see the operation complete in finite time and print the final log line.
Installed versions
The text was updated successfully, but these errors were encountered: