-
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.
131254: opt: disallow non-standard NULL ordering with subqueries in test builds r=mgartner a=mgartner The optimizer does not correctly build `ORDER BY` expressions with non-standard `NULL` orderings when one or more of the ordering columns is a projection containing a subquery. This causes test-only assertions to fail in randomized tests. It is not yet known if there are any issues with the results of these queries in production builds where the test assertions are disabled. For now, we simply return an "unimplemented" error to silence the failures. Informs #129956 Release note: None Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
4 changed files
with
54 additions
and
1 deletion.
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
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