Cannot sink_parquet
when using .is_in()
inside of pl.when()/then()
in polars > 0.20.19
#15767
Closed
2 tasks done
Labels
accepted
Ready for implementation
bug
Something isn't working
P-medium
Priority: medium
python
Related to Python Polars
regression
Issue introduced by a new release
Checks
Reproducible example
Log output
Issue description
Details
.is_in
and then randf.sink_parquet("path")
it worked perfectly fine.polars.exceptions.InvalidOperationError
Observations
.sink_
methods and none of them work.Expected behavior
The file should save in streaming mode like it did with polars 0.20.19
Installed versions
The text was updated successfully, but these errors were encountered: