This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0d32975ee1 GH-47380: [Python] Apply maps_as_pydicts to Nested
MapScalar Values (#47454)
add e137a0423f GH-47582: [CI][Packaging] Move linux-packaging tasks to
apache/arrow repository (#47600)
No new revisions were added by this update.
Summary of changes:
.github/workflows/check_labels.yml | 75 ++++++
.github/workflows/cpp_extra.yml | 113 ++-------
.github/workflows/package_linux.yml | 319 +++++++++++++++++++++++++
.github/workflows/release.yml | 5 +-
.github/workflows/release_candidate.yml | 8 +-
.github/workflows/report_ci.yml | 76 ++++++
ci/scripts/util_free_space.sh | 9 +-
dev/archery/archery/ci/core.py | 6 +-
dev/release/04-binary-download.sh | 17 ++
dev/release/binary-task.rb | 134 ++++-------
dev/release/verify-apt.sh | 4 +
dev/tasks/linux-packages/apache-arrow/Rakefile | 5 +-
dev/tasks/linux-packages/github.linux.yml | 129 ----------
dev/tasks/linux-packages/helper.rb | 7 +-
dev/tasks/linux-packages/yum/build.sh | 2 +-
dev/tasks/tasks.yml | 251 -------------------
16 files changed, 578 insertions(+), 582 deletions(-)
create mode 100644 .github/workflows/check_labels.yml
create mode 100644 .github/workflows/package_linux.yml
create mode 100644 .github/workflows/report_ci.yml
delete mode 100644 dev/tasks/linux-packages/github.linux.yml