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 cb6678adb9 [fix](case) Update repositoryAffinityList1.sql (#22941)
cb6678adb9 is described below

commit cb6678adb98f35826cc838d3c68e8b62caa60e27
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]

Reply via email to