assignUser commented on code in PR #41403:
URL: https://github.com/apache/arrow/pull/41403#discussion_r1582455619
##########
dev/tasks/tasks.yml:
##########
@@ -888,12 +888,12 @@ tasks:
-
r-lib__libarrow__bin__darwin-arm64-openssl-3.0__arrow-{no_rc_r_version}\.zip
-
r-lib__libarrow__bin__darwin-x86_64-openssl-1.1__arrow-{no_rc_r_version}\.zip
-
r-lib__libarrow__bin__darwin-x86_64-openssl-3.0__arrow-{no_rc_r_version}\.zip
+ - r-pkg__bin__windows__contrib__4.4__arrow_{no_rc_r_version}\.zip
- r-pkg__bin__windows__contrib__4.3__arrow_{no_rc_r_version}\.zip
- - r-pkg__bin__windows__contrib__4.2__arrow_{no_rc_r_version}\.zip
- -
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.3__arrow_{no_rc_r_version}\.tgz
- - r-pkg__bin__macosx__contrib__4.2__arrow_{no_rc_r_version}\.tgz
+ -
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.4__arrow_{no_rc_r_version}\.tgz
+ - r-pkg__bin__macosx__contrib__4.3__arrow_{no_rc_r_version}\.tgz
+ -
r-pkg__bin__macosx__big-sur-arm64__contrib__4.4__arrow_{no_rc_r_version}\.tgz
Review Comment:
The `r-pkg-*` package binaries are just used for the nightlies where we just
keep rel and old-rel so dropping 4.2 is fine. `r-lib-*` are the ones we use for
the release etc. and are not bound to a specific R version. (and the old
versions are around on jfrog)
--
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]