-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the enhancement requested
R downloads pre-built Apache Arrow C++ binary from https://apache.jfrog.io/ui/native/arrow/r/${VERSION}/libarrow/bin/:
Line 968 in 279fc59
| arrow_repo <- paste0(getOption("arrow.repo", sprintf("https://apache.jfrog.io/artifactory/arrow/r/%s", VERSION)), "/libarrow/") |
Can we change the URL from apache.jfrog.io to asset URLS of GitHub release? For example, we have some assets in 19.0.1 release: https://github.com/apache/arrow/releases/tag/apache-arrow-19.0.1
We want to stop using apache.jfrog.io. See also: #40760
Component(s)
Release, R
Reactions are currently unavailable