Commits


François Saint-Jacques authored and Wes McKinney committed 02bd2a890b9
ARROW-5214: [C++] Fix thirdparty download script - Some URI changed - Switched wget option from `--quiet` to `--no-verbose` for improved error messages. Sadly this will clutter stderr sometimes with non failure error, thus manual copy-paste will be hindered, but not inline eval, e.g. `eval $(download.. )`. Author: François Saint-Jacques <fsaintjacques@gmail.com> Closes #4214 from fsaintjacques/ARROW-5214-thirdparty-download and squashes the following commits: aaacc3b69 <François Saint-Jacques> Ensure error goes to stderr de3540ab3 <François Saint-Jacques> Be more verbose on failure a521d07b3 <François Saint-Jacques> ARROW-5214: Fix thirdparty download script