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

[Bug] The "issue-author-association" field in the cloud based clickhouse database only has the "COLLABORATOR" type, and querying other types cannot obtain results. #1579

Closed
zhingoll opened this issue Jun 10, 2024 · 3 comments
Labels
bug Something isn't working waiting for author need issue author's feedback

Comments

@zhingoll
Copy link
Contributor

Current Behavior

May I ask if the "issue author association" field here represents the relationship between the user who opened the issue and the repository? If so, but I tried to query other relationships and did not get any results.
image
However, the column "issue-comment-author-association" can reflect the actual situation very well.
image
Is this a bug or my misunderstanding?

Expected Behavior

If "issue author association" represents the relationship between the user who opened the issue and the repository, then it should be able to reflect the actual relationship between the user who performed the behavior and the current repository, just like the column "issue_comment-author-association".For example, like the following:
image

Any Additional Comments?

I have been searching for some indicators that can be used to distinguish between peripheral developers (possibly newcomers) and core developers (possibly veterans) for a certain repository recently, so I have this confusion while following Github event information.

@github-actions github-actions bot added the waiting for repliers need other's feedback label Jun 10, 2024
@frank-zsy
Copy link
Contributor

Sure, I found that this is a bug in the importer program, I will fix this soon and re-import the GitHub log recently. Thanks for the report.

@github-actions github-actions bot added waiting for author need issue author's feedback and removed waiting for repliers need other's feedback labels Jun 12, 2024
@frank-zsy frank-zsy added the bug Something isn't working label Jun 12, 2024
@frank-zsy
Copy link
Contributor

The re-import process has been started and will finish in about 3 days. The reason that all the value is COLLABORATOR is that this value is the default value for this column, but in the new data, NONE will be the default value instead to avoid ambiguity.

@frank-zsy
Copy link
Contributor

The issue about the data has been fixed and the data now is up-to-date with new format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for author need issue author's feedback
Projects
None yet
Development

No branches or pull requests

2 participants