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

Report issues - data does not add up #141

Open
jerpelea opened this issue Aug 22, 2022 · 4 comments
Open

Report issues - data does not add up #141

jerpelea opened this issue Aug 22, 2022 · 4 comments
Labels
question Further information is requested

Comments

@jerpelea
Copy link

I found 2 issues on the local generated reports:

people appear in the contributor ranking report but it are missing from the repository commits
EX:
cat OSCI_Contributors_ranking_YTD_2022-01-31.csv | grep enderborg
Sony,peter enderborg,xxxxxxxxxxxxx@xxxxxxxxxx,57

cat Company-contributors-repository-commits_YTD_2022-01-31.csv | grep enderborg
returns nothing

Do you have any idea why some persons are missing ?

In the same report my contributions are counted separate for the same email address
cat OSCI_Contributors_ranking_YTD_2022-01-31.csv | grep Alin
Sony,Alin Jerpelea,xxxxxxxxxxxxx@xxxxxxxxxx,90
Sony,Alin,xxxxxxxxxxxxx@xxxxxxxxxx,56
(the email address is the same)

Thanks

@jerpelea
Copy link
Author

@vlad-isayko
can you please help

@jerpelea
Copy link
Author

jerpelea commented Oct 4, 2022

@vlad-isayko bump

@cm-howard cm-howard added the question Further information is requested label Oct 4, 2022
@vlad-isayko
Copy link
Collaborator

@jerpelea Hello, sorry for the long reply. As for the different data in the reports, then the incorrect name Company-contributors-repository-commits_YTD_2022-01-31.csv has misled you. This report collects data for a specific day, not since the beginning of the year

.filter(f.col(datetime_field).cast('date') == day) \

And in the case of duplicates, the problem is that in our business logic both the name and the e-mail are the aggregation keys. I think for a discussion on this topic, we'd better call @cm-howard

@jerpelea
Copy link
Author

@vlad-isayko thanks for sharing the info

I would like to know more about the email bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants