You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/09/15 20:29:47 UTC

[arrow] branch master updated (2c6d184 -> 44685e2)

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 2c6d184  ARROW-10012: [C++] Make MockFileSystem thread-safe
     add 44685e2  ARROW-9703: [Developer][Archery] Restartable cherry-picking process for creating maintenance branches

No new revisions were added by this update.

Summary of changes:
 .github/workflows/archery.yml             |   4 +-
 dev/archery/archery/cli.py                |  38 ++--
 dev/archery/archery/release.py            | 280 +++++++++++++++++--------
 dev/archery/archery/testing.py            |  13 ++
 dev/archery/archery/tests/test_release.py | 333 ++++++++++++++++++++++++++++++
 5 files changed, 570 insertions(+), 98 deletions(-)
 create mode 100644 dev/archery/archery/tests/test_release.py