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

Incorrect number of Pull Requests in table pull_request_history #54

Open
Inventitech opened this issue Dec 5, 2017 · 0 comments
Open

Comments

@Inventitech
Copy link

Using the query

SELECT action, COUNT(*) as freq, YEAR(created_at) as pr_yr, MONTH(created_at) as pr_mt
FROM
  [ghtorrent-bq:ght_2017_09_01.pull_request_history] 
GROUP BY pr_yr, pr_mt, action

I get a monthly digest of opened and merged PRs events on GitHub. Unfortunately, plotting this does not yield a very plausible graph:

rplot-1

I was able to figure out when things seem to have gone wrong for the number of merged pullrequests, to the first month of 2014:

rplot05-1

Later, the sharp drop in mid-2016 also seems questionable.

I hope this helps you debug the issue.

(Possibly related to #19.)

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