This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3bdd2aaac9bf4c1a7997192f07dbb75a4d4c32d1 Author: Dongyang Li <hello_step...@qq.com> 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org