+1 I've verified successfully the C++ source (wasn't able to verify Python probably due to the latest abseil version on Homebrew which causes Flight tests to segfault) with: TEST_DEFAULT=0 TEST_CPP=1 dev/release/verify-release-candidate.sh 23.0.0 2
and binaries with: TEST_DEFAULT=0 TEST_BINARY=1 dev/release/verify-release-candidate.sh 23.0.0 2 TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh 23.0.0 2 (found Python 3.13 and 3.14) with: * Python 3.14.2 * clang 17.0.0 (arm64) * macOS 15.6.1 Best, Alenka V V čet., 15. jan. 2026 ob 11:06 je oseba Sutou Kouhei <[email protected]> napisala: > +1 (binding) > > I ran the followings on Debian GNU/Linux sid: > > * TEST_DEFAULT=0 \ > TEST_INTEGRATION=0 \ > TEST_SOURCE=1 \ > TEST_SOURCE_REPRODUCIBLE=1 \ > LANG=C \ > TZ=UTC \ > ARROW_CUDA=OFF \ > dev/release/verify-release-candidate.sh 23.0.0 2 > > * TEST_DEFAULT=0 \ > TEST_CPP=0 \ > TEST_SOURCE=1 \ > TEST_SOURCE_REPRODUCIBLE=1 \ > LANG=C \ > TZ=UTC \ > ARROW_CUDA=OFF \ > dev/release/verify-release-candidate.sh 23.0.0 2 > > * TEST_DEFAULT=0 \ > TEST_APT=1 \ > LANG=C \ > dev/release/verify-release-candidate.sh 23.0.0 2 > > * TEST_DEFAULT=0 \ > TEST_BINARY=1 \ > LANG=C \ > dev/release/verify-release-candidate.sh 23.0.0 2 > > * TEST_DEFAULT=0 \ > TEST_WHEELS=1 \ > LANG=C \ > dev/release/verify-release-candidate.sh 23.0.0 2 > > * TEST_DEFAULT=0 \ > TEST_YUM=1 \ > LANG=C \ > dev/release/verify-release-candidate.sh 23.0.0 2 > > with: > > * Python 3.13.11 > * gcc (Debian 15.2.0-12) 15.2.0 > * ruby 3.3.8 (2025-04-09 revision b200bad6cd) [x86_64-linux-gnu] > > Note: I found an integration test problem: > https://github.com/apache/arrow/issues/48862 > So I need to verify C++ test and integration test > separately. I think that it's not a release blocker. > > > Thanks, > -- > kou > > In <cad1rbrowrwmcups9w3677oioxvo36zpoarj1aukqfvd3f-m...@mail.gmail.com> > "[VOTE] Release Apache Arrow 23.0.0 - RC2" on Wed, 14 Jan 2026 10:35:01 > +0100, > Raúl Cumplido <[email protected]> wrote: > > > Hi, > > > > I would like to propose the following release candidate (RC2) of Apache > > Arrow version 23.0.0. This is a release consisting of 335 > > resolved GitHub issues[1]. > > > > This release candidate is based on commit: > > eafe3a9e620cf94683dee2347f370c35156dc965 [2] > > > > The source release rc2 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 23.0.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache Arrow 23.0.0 because... > > > > [1]: > https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A23.0.0+is%3Aclosed > > [2]: > https://github.com/apache/arrow/tree/eafe3a9e620cf94683dee2347f370c35156dc965 > > [3]: > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-23.0.0-rc2 > > [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-23.0.0-rc2 > > [10]: > https://github.com/apache/arrow/blob/eafe3a9e620cf94683dee2347f370c35156dc965/CHANGELOG.md > > [11]: https://arrow.apache.org/docs/developers/release_verification.html > > [12]: https://github.com/apache/arrow/pull/48843 >
