Stochastic issue with lazy loaded parquet #21328
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
I ran into this issue in a more complex pipeline, but have managed to condense it down to what seems to be the minimal example.
There are two very odd things about this bug:
a) It behaves stochastically, i.e. gives different results on different runs. On some runs, it works, on others it fails, showing an empty dataframe
b) It seems to require all the parts above, i.e. loading a parquet and having True & in the filter.
In case you are wondering why I'm using True &, I'm programmatically creating a filter and use &= to add sequential conditons, so True is the natural initial starting value.
Expected behavior
It behaves consistently and always returns
Installed versions
The text was updated successfully, but these errors were encountered: