yiguolei commented on code in PR #22605: URL: https://github.com/apache/doris/pull/22605#discussion_r1284970167
########## 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 Review Comment: group by stars, repo_name desc? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org