amoeba opened a new pull request, #44685: URL: https://github.com/apache/arrow/pull/44685
### Rationale for this change Builds with bundled Thrift could fail because all of the download mirrors we had set for it are now offline. Since those mirror URLs were added, ASF has put up a CDN which is the preferred mechanism for downloading artifacts for ASF projects. ### What changes are included in this PR? - Updates the pinned versioned for bundled Thrift from 0.16.0 to 0.21.0. This was prompted by the fact the Apache CDN doesn't host anything newer than 0.20.1. Also because keep these dependencies up to date is good. - Removes the set of URLs we were using to download Thrift in favor of just using the main CDN URL. We'll see how this works in practice. ### Are these changes tested? Yes. I configured a build with `...-DThrift_SOURCE=BUNDLED...` and ran the full C++ test suite. I think further testing can be done in CI. ### Are there any user-facing changes? No. -- 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]
