kou commented on pull request #7170:
URL: https://github.com/apache/arrow/pull/7170#issuecomment-628267550
For 404 on downloading binaries: We need to remove `nuget` from
`dev/release/download_rc_binaries.py:
```diff
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 since the next release but isn't available in
0.17.1.
For C#: 749b77579c92fdd34728ec57dfd7bf77e6ccf990 isn't included in 0.17.1.
So we need to ignore it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]