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
@stinodego This isn't a bug since there is no requirement that merge will preserve row order.
You are likely seeing this occur now since Merge can now use multiple threads where it was limited to just one before.
Environment
Delta-rs version: 0.15.2
Binding: Python
Environment:
Bug
What happened:
Row order is inconsistent after a merge operation.
What you expected to happen:
Keep existing row order.
How to reproduce it:
Run the script below a few times (it will fail randomly).
More details:
This is a regression introduced in
0.15.2
.Example of the test failing in our CI:
https://github.com/pola-rs/polars/actions/runs/7784828865/job/21226108137
The text was updated successfully, but these errors were encountered: