apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.53k stars 3.54k forks source link

[Dev][Archery] Generate contribution statistics using archery #30031

Open asfimport opened 3 years ago

asfimport commented 3 years ago

Currently we use a bash script to do that: https://github.com/apache/arrow/blob/master/dev/release/post-03-website.sh#L47-L67

Since the rust repository split, this logic needs to be extended. Additionally the scripts expects gnu date commands which is not available on macOS by default.

Reporter: Krisztian Szucs / @kszucs

Note: This issue was originally created as ARROW-14472. Please see the migration documentation for further details.

asfimport commented 3 years ago

Krisztian Szucs / @kszucs: @thisisnic Could you please reference the prior work for merging the contribution statistics from the rust repositories?

asfimport commented 3 years ago

Nicola Crane / @thisisnic: Got most of the way there with https://issues.apache.org/jira/browse/ARROW-12701 - just needs to combine the totals from running on both the arrow and arrow-rs repos.