We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, It's failed to execute the question 27cc061d-4121-434c-87d8-fdd7ee06edde web3技术框架 (errorType = error-query-timeout):
Query inactivity timeout
SELECT `gr`.`repo_name` AS `repo_name`, `gr`.`stars` AS `stars`, COUNT(DISTINCT `ge`.`actor_id`) AS `contributors`, COUNT(*) AS `pull_requests`, AVG( TIMESTAMPDIFF( SECOND, `ge`.`pr_or_issue_created_at`, `ge`.`closed_at` ) ) AS `open_to_merged_time` FROM `github_events` AS `ge` INNER JOIN `github_repos` AS `gr` ON `ge`.`repo_id` = `gr`.`repo_id` WHERE LOWER(`gr`.`description`) LIKE '%react%' AND `ge`.`type` = 'PullRequestEvent' AND `ge`.`action` = 'closed' AND `ge`.`pr_merged` = 1 GROUP BY `gr`.`repo_name` ORDER BY `gr`.`stars` DESC, `contributors` DESC, `pull_requests` DESC, `open_to_merged_time` ASC LIMIT 20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, It's failed to execute the question 27cc061d-4121-434c-87d8-fdd7ee06edde web3技术框架 (errorType = error-query-timeout):
Error message
Generated SQL
The text was updated successfully, but these errors were encountered: