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 1212077c-808d-4476-8cf7-6914512b58da: what are top contributors from poland #1770

Open
lukaszgryglicki opened this issue Jul 8, 2024 · 0 comments

Comments

@lukaszgryglicki
Copy link

Hi, It's failed to execute the question 1212077c-808d-4476-8cf7-6914512b58da what are top contributors from poland (errorType = error-query-timeout):

  • executedAt: 2024-07-08T19:06:54.000+00:00
  • requestedAt: 2024-07-08T19:06:54.000+00:00

Error message

Query inactivity timeout

Generated SQL

SELECT
  gu.login AS user_login,
  COUNT(*) AS contributions
FROM
  github_events AS ge
  JOIN github_users AS gu ON ge.actor_id = gu.id
WHERE
  gu.country_code = 'PL'
  AND ge.actor_login NOT LIKE '%bot%'
GROUP BY
  user_login
ORDER BY
  contributions DESC
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