Segfault / PanicException with pl.lit
+ .slice
in a group by context
#17217
Labels
accepted
Ready for implementation
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
Found while trying to repro #17198 (not sure if it is the same underlying issue).
The provided example flips between
PanicException: capacity overflow
and segfaulting.If a
pl.Series
is used inside the.lit
call the result is a non-deterministic junk value:Expected behavior
No error.
Installed versions
The text was updated successfully, but these errors were encountered: