pyo3_runtime.PanicException: Polars' maximum length reached. Consider installing 'polars-u64-idx' thrown on list of length #20200
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
The actual issue I encountered is parquet reading from a parquet file with a column of that shape. My theory is that when there are more than u32 values in total (row_count * array width) > u32::max that this occurs. So i'm not 100% sure this is a bug.
If you care to produce such a parquet file:
With deps:
The doing:
Log output
No response
Issue description
As described.
Expected behavior
Shouldn't fail? (not 100% sure)
Installed versions
The text was updated successfully, but these errors were encountered: