-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49287: opt: throw error if ordered-set aggregate is malformed r=RaduBerinde a=Anthuang Currently, if an ordered-set aggregate contains no WITHIN GROUP clause or no single ORDER BY column, no error is thrown and thus we end up with a panic when we try to access the missing ORDER BY column. Instead, throw a syntax error to the user. Resolves: #49240 Release note: None Co-authored-by: Anthony Huang <anthuang@umich.edu>
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 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