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 9ecfe142-a0ea-462c-89f2-c283942a8b77: list repositories with stars between 100 and 1000 where users contributed this week #1824

Open
nikhilk218 opened this issue Jan 9, 2025 · 0 comments

Comments

@nikhilk218
Copy link

Hi, It's failed to execute the question 9ecfe142-a0ea-462c-89f2-c283942a8b77 list repositories with stars between 100 and 1000 where users contributed this week (errorType = error-query-timeout):

  • executedAt: 2025-01-09T03:36:48.000+00:00
  • requestedAt: 2025-01-09T03:36:48.000+00:00

Error message

Query inactivity timeout

Generated SQL

SELECT gr.repo_name, gr.stars FROM github_repos gr JOIN github_events ge ON gr.repo_id = ge.repo_id WHERE gr.stars BETWEEN 100 AND 1000 AND ge.created_at >= DATE_SUB(NOW(), INTERVAL 1 WEEK) GROUP BY gr.repo_name, gr.stars
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