FYI: We can't use dev/release/verify-release-candidate.sh at
master for 0.17.1 as is for binaries/wheels
verifications. We need the following change for
binaries/wheels verifications:

---
diff --git a/dev/release/download_rc_binaries.py 
b/dev/release/download_rc_binaries.py
index 1c3da0e1e..a4c2411e3 100755
--- a/dev/release/download_rc_binaries.py
+++ b/dev/release/download_rc_binaries.py
@@ -131,7 +131,7 @@ def parallel_map_terminate_early(f, iterable, num_parallel):
                 raise e
 
 
-ARROW_PACKAGE_TYPES = ['centos', 'debian', 'nuget', 'python', 'ubuntu']
+ARROW_PACKAGE_TYPES = ['centos', 'debian', 'python', 'ubuntu']
 
 
 def download_rc_binaries(version, rc_number, re_match=None, dest=None,
---

"nuget" will be available in the next release.

In <cahm19a7-yyekatmiasa+1pezksnt-p4iskronncydcwlqbk...@mail.gmail.com>
  "[VOTE] Release Apache Arrow 0.17.1 - RC0" on Wed, 13 May 2020 17:33:33 +0200,
  Krisztián Szűcs <[email protected]> wrote:

> Hi,
> 
> I would like to propose the following release candidate (RC0) of Apache
> Arrow version 0.17.1. This is a release consisting of 17
> resolved JIRA issues[1].
> 
> This release candidate is based on commit:
> dd3d33e79a54159c7b5292b979b725849bbf3a82 [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.1
> [ ] +0
> [ ] -1 Do not release this as Apache Arrow 0.17.1 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.1
> [2]: 
> https://github.com/apache/arrow/tree/dd3d33e79a54159c7b5292b979b725849bbf3a82
> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.17.1-rc0
> [4]: https://bintray.com/apache/arrow/centos-rc/0.17.1-rc0
> [5]: https://bintray.com/apache/arrow/debian-rc/0.17.1-rc0
> [6]: https://bintray.com/apache/arrow/python-rc/0.17.1-rc0
> [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.17.1-rc0
> [8]: 
> https://github.com/apache/arrow/blob/dd3d33e79a54159c7b5292b979b725849bbf3a82/CHANGELOG.md
> [9]: 
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

Reply via email to