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] Empty result for question bf3f516d-8b44-4d26-aa31-3e3770e9d578: Is there any issue or PR contributed to TiDB repo from the people as part of the organization called "Uber"? please show the record if any. #1738

Open
ardelleFan opened this issue Mar 14, 2024 · 0 comments

Comments

@ardelleFan
Copy link

Hi, The result is empty for question bf3f516d-8b44-4d26-aa31-3e3770e9d578 Is there any issue or PR contributed to TiDB repo from the people as part of the organization called "Uber"? please show the record if any. (errorType = none):

  • executedAt: 2024-03-14T19:36:27.000+00:00
  • requestedAt: 2024-03-14T19:36:27.000+00:00

Error message

no error message.

Generated SQL

SELECT
  ge.pr_or_issue_id,
  ge.actor_login,
  ge.type,
  ge.action,
  ge.created_at
FROM
  github_events ge
  JOIN github_repos gr ON ge.repo_id = gr.repo_id
  JOIN github_users gu ON ge.actor_id = gu.id
WHERE
  gr.repo_name = 'pingcap/tidb'
  AND gu.organization = 'Uber'
  AND (
    ge.type = 'PullRequestEvent'
    OR ge.type = 'IssuesEvent'
  )
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