-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: SQL COUNT with GROUP BY to prevent incorrect row returns (#33380)
* fix: SQL COUNT with GROUP BY to prevent incorrect row returns * test: Add test cases for empty result with GROUP BY and ORDER BY * fix: update db types and scenario type for e2e test case * fix: update column names for e2e test * fix: fix unit tests for empty result set * test: add e2e tests for issue #4680 * fix: fix e2e tests for issue #4680 * update e2e tests for isssue #4680 * fix: fix failing checks * fix: update conditions for group by and aggregate functions
- Loading branch information
1 parent
68fe634
commit f7a126a
Showing
3 changed files
with
71 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
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