Skip to content
New issue

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

[Explorer] Execution failed for question 27cc061d-4121-434c-87d8-fdd7ee06edde: web3技术框架 #1760

Open
gary163 opened this issue May 28, 2024 · 0 comments

Comments

@gary163
Copy link

gary163 commented May 28, 2024

Hi, It's failed to execute the question 27cc061d-4121-434c-87d8-fdd7ee06edde web3技术框架 (errorType = error-query-timeout):

  • executedAt: 2024-05-28T08:48:21.000+00:00
  • requestedAt: 2024-05-28T08:48:21.000+00:00

Error message

Query inactivity timeout

Generated SQL

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant