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 40e2be333fd0d8915b4cdf378c16eb76ee710ea6 Author: Dongyang Li <[email protected]> AuthorDate: Wed Aug 16 09:23:46 2023 +0800 [fix](case) Update repositoryAffinityList1.sql (#22941) --- 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 2ce3e4453c..5d0efc3c41 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, repo_name +ORDER BY stars DESC, repo_name DESC LIMIT 50 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
