[
https://issues.apache.org/jira/browse/ARROW-7710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs resolved ARROW-7710.
------------------------------------
Fix Version/s: 0.16.0
Resolution: Fixed
Issue resolved by pull request 6307
[https://github.com/apache/arrow/pull/6307]
> [Release][C#] .NET download URL is redirected
> ---------------------------------------------
>
> Key: ARROW-7710
> URL: https://issues.apache.org/jira/browse/ARROW-7710
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Packaging
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.16.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> https://gist.github.com/pitrou/5c4a98387153ef415ef64b8aa2457e63
> {noformat}
> ++ curl
> https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.300-linux-x64-binaries
> ++ grep 'window\.open'
> ++ grep -E -o '[^"]+'
> ++ sed -n 2p
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left Speed
> 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> + local dotnet_download_url=
> + curl
> + tar xzf - -C /tmp/arrow-0.16.0.iRp8b/apache-arrow-0.16.0/csharp/bin
> curl: try 'curl --help' or 'curl --manual' for more information
> gzip: stdin: unexpected end of file
> tar: Child returned status 1
> tar: Error is not recoverable: exiting now
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)