Wrong results with steaming=True
when concat dataframes.
#20833
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 using a lazy
split -> process -> concat
expression, thestreaming=True
yields a wrong result. It completely drops the part where an expression was done. This is not limited to themean()
function but is also true for any other expression.PS; I also opened #20694, however I realized that this problem is much more generic then described there and applies to every
split -> process -> concat
expression. It is therefore much more general and maybe worth a fix. I tagged the other issue as duplicate of this one.Expected behavior
Same behavior for
streaming=True
as it is forstreaming=False
.Installed versions
The text was updated successfully, but these errors were encountered: