Skip to content

[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? #1795

@johnfelipe

Description

@johnfelipe

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'
  )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions