Sign in
apache
/
doris
/
refs/heads/fix-null-offset-array
/
.
/
regression-test
/
suites
/
github_events_p2
/
sql
/
issuesWithTheMostComments2.sql
blob: b5cb315efd529c273400c0637125fe525cb46e93 [
file
]
SELECT
repo_name
,
count
()
FROM
github_events
WHERE
event_type
=
'IssueCommentEvent'
GROUP
BY
repo_name
ORDER
BY
count
()
DESC
LIMIT
50