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
@krlmlr I now have a similar problem to #38 with relational union() order-preserving which you can see in duckdb/duckdb#8593 Basically we now evaluate all window functions in parallel, so row number will not necessarily come out in row number order(!) In fact, if the data is not too large, it is likely that the last chunk will come out first as it will be faster.
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
@krlmlr I now have a similar problem to #38 with
relational union() order-preserving
which you can see in duckdb/duckdb#8593 Basically we now evaluate all window functions in parallel, so row number will not necessarily come out in row number order(!) In fact, if the data is not too large, it is likely that the last chunk will come out first as it will be faster.The text was updated successfully, but these errors were encountered: