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
fix: Order by mentioning missing column multiple times (#13158)
* fix: Order by mentioning missing column multiple times
Previously we crashed on queries where the order by mentioned a missing
columns multiple times.
Closes#13157
* Use HashSet to avoid quadratic algorithm
* Use IndexSet to maintain old order and be deterministic
0 commit comments