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

[Website] Add release note for 5.0.0 including the rust contributions #131

Merged
merged 2 commits into from
Jul 28, 2021

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Jul 28, 2021

No description provided.

@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

The following Apache committers merged contributed patches to Arrow repositories.

```console
150 GitHub
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thisisnic it looks like all the arrow-rs commits are listing the committer as GitHub

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correctly, since the PRs get merged with the Squash and Merge button from the Github UI.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Author:     Author's name <Author's email>
AuthorDate: Thu Jul 29 04:53:14 2021 +1000
Commit:     GitHub <noreply@github.com>
CommitDate: Wed Jul 28 14:53:14 2021 -0400

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alamb do you know why git shortlog outputs GitHub as the committer for most of the arrow-rs commits?

git shortlog --summary --group=committer 4.0.0..5.0.0
     3  Andy Grove
   138  GitHub
    20  Jorge C. Leitao

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, apparently when the PR author is also the committer, GitHub uses GitHub <noreply@github.com> as the committer. For the Arrow monorepo this doesn't happen, I assume because we use the merge script.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we just remove this entry for now?

We can handle this scenario in https://issues.apache.org/jira/browse/ARROW-13483 for the next release.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I applied a manual fix in #133 to add in the actual Rust committers

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I ran the command git shortlog -sn 4.0.0..5.0.0 and got a list that did not include GitHub: #128

Sorry this caused trouble and thank you @ianmcook for sorting it out.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, no idea why I didn't realise this was wrong and flag it up, thanks for sorting it @ianmcook

@kszucs kszucs changed the title [Website] Add release note for 5.0.0 including the rust changelog [Website] Add release note for 5.0.0 including the rust contributions Jul 28, 2021
Copy link
Member Author

@kszucs kszucs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

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

Successfully merging this pull request may close these issues.

4 participants