This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 3fe9f422e4 [fix](case) add order by in repositoryAffinityList1.sql
(#22605)
3fe9f422e4 is described below
commit 3fe9f422e40b84914a5397f0a59378fa416cffef
Author: Dongyang Li <[email protected]>
AuthorDate: Sun Aug 6 12:11:52 2023 +0800
[fix](case) add order by in repositoryAffinityList1.sql (#22605)
---
regression-test/suites/github_events_p2/sql/repositoryAffinityList1.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/github_events_p2/sql/repositoryAffinityList1.sql
b/regression-test/suites/github_events_p2/sql/repositoryAffinityList1.sql
index c4f1257af4..2ce3e4453c 100644
--- a/regression-test/suites/github_events_p2/sql/repositoryAffinityList1.sql
+++ b/regression-test/suites/github_events_p2/sql/repositoryAffinityList1.sql
@@ -9,5 +9,5 @@ WHERE (event_type = 'WatchEvent') AND (actor_login IN
WHERE (event_type = 'WatchEvent') AND (repo_name IN
('ClickHouse/ClickHouse', 'yandex/ClickHouse'))
)) AND (repo_name NOT IN ('ClickHouse/ClickHouse', 'yandex/ClickHouse'))
GROUP BY repo_name
-ORDER BY stars DESC
+ORDER BY stars DESC, repo_name
LIMIT 50
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]