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