Out of bounds error for certain string values while writing/reading IPC file #18636
Closed
2 tasks done
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
If I create a dummy dataframe with
I seem to get a OutOfBoundsError. See some variations of fails/successes I've tried below:
Log output
Issue description
I haven't been able to narrow down the issue completely, but it appears to be related to some specific string values interacting with categoricals. It fails similarly when I turn the categorical to an Enum value as well.
This seems to be a regression, as I've tested it on version 0.20 and it works fine for me. I ran this on a clean virtual environment on the latest Polars version.
Expected behavior
This should not result in an out of bounds error.
Installed versions
The text was updated successfully, but these errors were encountered: