+1 (binding) based on testing the Rust implementation. On Thu, Apr 16, 2020 at 8:12 PM Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote:
> My vote: +1 (binding) > > Tested on macOS Catalina. > > Java: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_JAVA=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > C++: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_CPP=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > Glib, Ruby: OK, OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_GLIB=1 TEST_RUBY=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > Python: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_PYTHON=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > Go: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_GO=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > Rust: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_RUST=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > JS: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_JS=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > C#: OK with sourcelink errors [1] > `TEST_DEFAULT=0 TEST_CSHARP=1 dev/release/verify-release-candidate.sh > source 0.17.0 0` > > Integration: OK > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_INTEGRATION=1 > dev/release/verify-release-candidate.sh source 0.17.0 0` > > Binaries: OK > `BINTRAY_REPOSITORY=apache/arrow ARROW_TMPDIR=/tmp/arrow-test > dev/release/verify-release-candidate.sh binaries 0.17.0 0` > > Wheels: OK > `BINTRAY_REPOSITORY=apache/arrow TMPDIR=/tmp/arrow > dev/release/verify-release-candidate.sh wheels 0.17.0 0` > > I'll try to validate the wheels on linux and windows in the upcoming days. > > [1]: https://gist.github.com/kszucs/64ed7b8e188d08da5e6913cafe104212 > > On Fri, Apr 17, 2020 at 2:26 AM Krisztián Szűcs > <szucs.kriszt...@gmail.com> wrote: > > > > Hi, > > > > I would like to propose the following release candidate (RC0) of Apache > > Arrow version 0.17.0. This is a release consisting of 582 > > resolved JIRA issues[1]. > > > > This release candidate is based on commit: > > 3cbcb7b62c2f2d02851bff837758637eb592a64b [2] > > > > The source release rc0 is hosted at [3]. > > The binary artifacts are hosted at [4][5][6][7]. > > The changelog is located at [8]. > > > > Please download, verify checksums and signatures, run the unit tests, > > and vote on the release. See [9] for how to validate a release candidate. > > > > The vote will be open for at least 72 hours. > > > > [ ] +1 Release this as Apache Arrow 0.17.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache Arrow 0.17.0 because... > > > > [1]: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.17.0 > > [2]: > https://github.com/apache/arrow/tree/3cbcb7b62c2f2d02851bff837758637eb592a64b > > [3]: > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.17.0-rc0 > > [4]: https://bintray.com/apache/arrow/centos-rc/0.17.0-rc0 > > [5]: https://bintray.com/apache/arrow/debian-rc/0.17.0-rc0 > > [6]: https://bintray.com/apache/arrow/python-rc/0.17.0-rc0 > > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.17.0-rc0 > > [8]: > https://github.com/apache/arrow/blob/3cbcb7b62c2f2d02851bff837758637eb592a64b/CHANGELOG.md > > [9]: > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates >