dossett opened a new pull request, #3381: URL: https://github.com/apache/parquet-java/pull/3381
The `wget` fetch of the thrift distribution is failing sometimes (due to rate limiting?) but the exact failure is completely suppressed with the `-q` flag. Adding `--show-error` will show the errors but keep the successes quiet. Setting pipefail will allow the script to fail fast at this point since the failure is in a pipelined command. If we see that rate limiting is in fact the problem, we can add retries here. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
