kou commented on a change in pull request #7192:
URL: https://github.com/apache/arrow/pull/7192#discussion_r426068491
##########
File path: dev/release/binary-task.rb
##########
@@ -610,7 +610,7 @@ def download_url(url, output_path)
$stderr.puts(build_download_error_message(url, response))
return
else
- raise message
Review comment:
Oh, sorry.
We should show request/response details to know what error is occurred.
I've pushed a commit that raises an exception with the request/response
details.
We'll be able to know what response should be handled here to retry
download. Then we can improve our retry code.
----------------------------------------------------------------
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]