Cannot chain over() and list.set_intersection() in polars-1.0.0beta1 (works in 0.20.31) #17129
Closed
2 tasks done
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
Milestone
Checks
Reproducible example
yields expected result in polars 0.20.31 :
but fails in 1.0.0beta1 with :
Log output
No response
Issue description
Chaining over() and list.set_intersection() in the same expression works in 0.20.31 but fails in 1.0.0beta1
It works though if the operations are not directly chained :
Is this expected ?
Expected behavior
No error and correct result
Installed versions
The text was updated successfully, but these errors were encountered: