I executed the following

# Verifying C++

```bash
TEST_DEFAULT=0 TEST_CPP=1 ./verify-release-candidate.sh 16.0.0 0
```

# Verifying C++ and Python

```bash
TEST_DEFAULT=0 TEST_CPP=1 TEST_PYTHON=1 verify-release-candidate.sh 16.0.0 0
```

# Verifying C++ and Java

```bash
TEST_DEFAULT=0 TEST_INTEGRATION_CPP=1 TEST_INTEGRATION_JAVA=1
./verify-release-candidate.sh 16.0.0 0
```

with:
* Python 3.10.12
* gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* openjdk version "21.0.2" 2024-01-16
* Ubuntu 22.04.4 LTS

Verifying C++, Python and Java

+1 (non-binding)


On Wed, Apr 17, 2024 at 6:16 PM David Li <lidav...@apache.org> wrote:

> +1
>
> tested sources on Debian 12, x86-64
>
> On Wed, Apr 17, 2024, at 18:14, Raúl Cumplido wrote:
> > Hi,
> >
> > Just a minor note, the binary verification for
> > verify-rc-binaries-wheels-windows failed with [1].
> > This can be avoided by implementing the solution proposed in this
> > comment by Kou [2]. See more details there.
> >
> > As shared in the comment we don't think this is a blocker as it just
> > requires to set TZDIR and download the IANA database for the ORC test
> > to pass on Windows.
> >
> > Kind regards,
> > Raúl
> >
> > [1]
> >
> https://github.com/ursacomputing/crossbow/actions/runs/8715262993/job/23907626092#step:6:5681
> > [2] https://github.com/apache/arrow/pull/41235#issuecomment-2060264968
> >
> > El mié, 17 abr 2024 a las 11:01, Raúl Cumplido (<rau...@apache.org>)
> escribió:
> >>
> >> Hi,
> >>
> >> I would like to propose the following release candidate (RC0) of Apache
> >> Arrow version 16.0.0. This is a release consisting of 378
> >> resolved GitHub issues[1].
> >>
> >> This release candidate is based on commit:
> >> 6a28035c2b49b432dc63f5ee7524d76b4ed2d762 [2]
> >>
> >> The source release rc0 is hosted at [3].
> >> The binary artifacts are hosted at [4][5][6][7][8][9][10][11].
> >> The changelog is located at [12].
> >>
> >> Please download, verify checksums and signatures, run the unit tests,
> >> and vote on the release. See [13] for how to validate a release
> candidate.
> >>
> >> See also a verification result on GitHub pull request [14].
> >>
> >> The vote will be open for at least 72 hours.
> >>
> >> [ ] +1 Release this as Apache Arrow 16.0.0
> >> [ ] +0
> >> [ ] -1 Do not release this as Apache Arrow 16.0.0 because...
> >>
> >> [1]:
> https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A16.0.0+is%3Aclosed
> >> [2]:
> https://github.com/apache/arrow/tree/6a28035c2b49b432dc63f5ee7524d76b4ed2d762
> >> [3]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-16.0.0-rc0
> >> [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/
> >> [5]: https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/
> >> [6]: https://apache.jfrog.io/artifactory/arrow/centos-rc/
> >> [7]: https://apache.jfrog.io/artifactory/arrow/debian-rc/
> >> [8]: https://apache.jfrog.io/artifactory/arrow/java-rc/16.0.0-rc0
> >> [9]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/16.0.0-rc0
> >> [10]: https://apache.jfrog.io/artifactory/arrow/python-rc/16.0.0-rc0
> >> [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/
> >> [12]:
> https://github.com/apache/arrow/blob/6a28035c2b49b432dc63f5ee7524d76b4ed2d762/CHANGELOG.md
> >> [13]:
> https://arrow.apache.org/docs/developers/release_verification.html
> >> [14]: https://github.com/apache/arrow/pull/41235
>

Reply via email to