-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
7d34ccc
commit 68bf7ad
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters