-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spanner/spannertest): fix ORDER BY combined with SELECT aliases (#…
…3043) This was broken due to the ORDER BY implementation that was a bit of a hack. Replace that hack with a more explicit evaluation of the ORDER BY sort keys, which also removed a duplicate chunk of row sorting code. This also required a restructuring of how locking works during an evaluation, which cleaned up some other code.
- Loading branch information
Showing
3 changed files
with
183 additions
and
87 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
Oops, something went wrong.