You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
Streaming join only ouputs a small fraction of the output when scanning from a parquet file.
If this is done on an in-memory lazy frame it works fine, e.g. lf0.collect().lazy().join(lf1.collect().lazy(), ...).collect(streaming=True).
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
Streaming join only ouputs a small fraction of the output when scanning from a parquet file.
If this is done on an in-memory lazy frame it works fine, e.g.
lf0.collect().lazy().join(lf1.collect().lazy(), ...).collect(streaming=True)
.Reproducible example
Expected behavior
post-streaming join shape: (500000, 201)
Installed versions
The text was updated successfully, but these errors were encountered: