scan_parquet and filter(pl.lit(True)) panic error #22618
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
When reading parquet files using
pl.scan_parquet
andfilter(pl.lit(True))
, andPanicException
is thrown. Issue would go away ifuse_pyarrow=False
andpartition_col=
.-
filter(True)
is called rather thanfilter(pl.lit(True))
Expected behavior
no PanicException is expected
Installed versions
The text was updated successfully, but these errors were encountered: