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 had explain this for several times, the order of results is not guaranteed since the data are pulling from the distributed system. I'll close this issue first, and the #3242 one. Please talk to me offline if you are truly troubled by this senario.
When running
LOOKUP ON player WHERE player.age > 40;
in 2.6.0, the result is always:But in 2.5.1, the result is always:
Both have 8 rows, but the orders are totally different. Is this the same issue as #3242?
The text was updated successfully, but these errors were encountered: