apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.53k stars 3.54k forks source link

[C++] Thrift mirrors are outdated #44607

Open assignUser opened 4 days ago

assignUser commented 4 days ago

Some observations:

https://apache.org/history/mirror-history.html gives more context and this sentence may explain why this list of URLs degraded over time:

Any organization that has been hosting an Apache download mirror site, and that finds it useful for its own purposes, may continue to host the mirror site.

So I think by continuing to use these mirror URLs we were living on borrowed time. The CDN is now the recommended way for users to download content from ASF projects.

So I think we actually need to do two things here:

Originally posted by @amoeba in https://github.com/apache/arrow/issues/44523#issuecomment-2450105564

amoeba commented 1 day ago

For extra context here, we originally found this in this CI job as part of pre-submission testing in https://github.com/apache/arrow/pull/44523.