jonkeane commented on a change in pull request #12422:
URL: https://github.com/apache/arrow/pull/12422#discussion_r806118341



##########
File path: r/tests/testthat.R
##########
@@ -20,6 +20,8 @@ library(arrow)
 library(tibble)
 
 if (identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true")) {
+  arrow::arrow_info()
+

Review comment:
       This might be helpful in debugging. We can remove it before we merge 
this, though it should only impact our CI builds and maybe it's good/fine to 
keep it around?

##########
File path: dev/tasks/tasks.yml
##########
@@ -1252,6 +1252,12 @@ tasks:
     ci: github
     template: r/github.linux.offline.build.yml
 
+  test-r-minsizerel:
+    ci: github
+    template: r/github.macos-linux.local.yml

Review comment:
       This builds on macos + linux, which isn't strictly necessary for 
triggering what we're trying to trigger, but might be worth checking both linux 
+ macos anyway




-- 
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]


Reply via email to