+1 (binding) I ran the followings on Debian GNU/Linux sid:
* TEST_DEFAULT=0 \ TEST_SOURCE=1 \ TEST_SOURCE_REPRODUCIBLE=1 \ LANG=C \ TZ=UTC \ ARROW_CUDA=OFF \ dev/release/verify-release-candidate.sh 21.0.0 6 * TEST_DEFAULT=0 \ TEST_APT=1 \ LANG=C \ dev/release/verify-release-candidate.sh 21.0.0 6 * TEST_DEFAULT=0 \ TEST_BINARY=1 \ LANG=C \ dev/release/verify-release-candidate.sh 21.0.0 6 * TEST_DEFAULT=0 \ TEST_WHEELS=1 \ LANG=C \ dev/release/verify-release-candidate.sh 21.0.0 6 * TEST_DEFAULT=0 \ TEST_YUM=1 \ LANG=C \ dev/release/verify-release-candidate.sh 21.0.0 6 with: * .NET SDK (8.0.411) * Python 3.13.5 * gcc (Debian 14.2.0-19) 14.2.0 * ruby 3.3.8 (2025-04-09 revision b200bad6cd) [x86_64-linux-gnu] Note: I need the following to check APT/Yum verification results in https://github.com/apache/arrow/pull/47080 because the "release-21.0.0-rc6" branch has 2 more commits from the "apache-arrow-21.0.0-rc6" tag. These commits are only for verification scripts. Our source archive and binary artifacts aren't changed by these commits. So we use RC 6 instead of cutting one more RC. ---- diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 6d2a18ae5d..268d969d10 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -188,7 +188,7 @@ check_verification_result_on_github() { pushd ${ARROW_TMPDIR} curl \ --get \ - --data "branch=apache-arrow-${VERSION}-rc${RC_NUMBER}" \ + --data "branch=release-${VERSION}-rc${RC_NUMBER}" \ "https://api.github.com/repos/apache/arrow/actions/workflows/verify_rc.yml/runs" | \ jq '.workflow_runs[0]' > latest_verify_rc.json conclusion="$(jq -r '.conclusion' latest_verify_rc.json)" ---- Thanks, -- kou In <20250714.132829.1663749735429884880....@clear-code.com> "[VOTE] Release Apache Arrow 21.0.0 - RC6" on Mon, 14 Jul 2025 13:28:29 +0900 (JST), Sutou Kouhei <k...@clear-code.com> wrote: > Hi, > > I would like to propose the following release candidate (RC6) of Apache > Arrow version 21.0.0. This is a release consisting of 337 > resolved GitHub issues[1]. > > This release candidate is based on commit: > ee4d09ebef61c663c1efbfa4c18e518a03b798be [2] > > The source release rc6 is hosted at [3]. > The binary artifacts are hosted at [4][5][6][7][8][9]. > The changelog is located at [10]. > > Please download, verify checksums and signatures, run the unit tests, > and vote on the release. See [11] for how to validate a release candidate. > > See also a verification result on GitHub pull request [12]. > > The vote will be open for at least 72 hours. > > [ ] +1 Release this as Apache Arrow 21.0.0 > [ ] +0 > [ ] -1 Do not release this as Apache Arrow 21.0.0 because... > > [1]: > https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A21.0.0+is%3Aclosed > [2]: > https://github.com/apache/arrow/tree/ee4d09ebef61c663c1efbfa4c18e518a03b798be > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-21.0.0-rc6 > [4]: https://packages.apache.org/artifactory/arrow/almalinux-rc/ > [5]: https://packages.apache.org/artifactory/arrow/amazon-linux-rc/ > [6]: https://packages.apache.org/artifactory/arrow/centos-rc/ > [7]: https://packages.apache.org/artifactory/arrow/debian-rc/ > [8]: https://packages.apache.org/artifactory/arrow/ubuntu-rc/ > [9]: https://github.com/apache/arrow/releases/tag/apache-arrow-21.0.0-rc6 > [10]: > https://github.com/apache/arrow/blob/ee4d09ebef61c663c1efbfa4c18e518a03b798be/CHANGELOG.md > [11]: https://arrow.apache.org/docs/developers/release_verification.html > [12]: https://github.com/apache/arrow/pull/47080 > > > Thanks, > -- > kou