[Explorer] Execution failed for question 4c82153f-db74-47a3-859d-742ed8f42af2: What repositories related to Gas consumption prediction are available on GitHub, and what programming languages are used in these repositories?
Opened this issue · 0 comments
johnfelipe commented
Hi, It's failed to execute the question 4c82153f-db74-47a3-859d-742ed8f42af2 What repositories related to Gas consumption prediction are available on GitHub, and what programming languages are used in these repositories? (errorType = error-query-timeout):
- executedAt: 2024-09-23T04:00:26.000+00:00
- requestedAt: 2024-09-23T04:00:26.000+00:00
Error message
Query inactivity timeout
Generated SQL
SELECT
gr.repo_name,
gr.primary_language
FROM
github_repos gr
WHERE
LOWER(gr.description) LIKE LOWER('%gas consumption prediction%')
OR gr.repo_id IN (
SELECT
repo_id
FROM
github_repo_topics
WHERE
topic = 'gas-consumption-prediction'
)