LazyFrame sort and slice with nulls_last causes panic #20079
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
Sorting and then slicing when using nulls_last, causes polars to panic.
The panic does not occur when:
maintain_order=True
flagExpected behavior
No panic should occur and the result should be the same as for collected dataframes.
Installed versions
The text was updated successfully, but these errors were encountered: