nealrichardson commented on a change in pull request #9610:
URL: https://github.com/apache/arrow/pull/9610#discussion_r588442497



##########
File path: dev/tasks/tasks.yml
##########
@@ -1789,6 +1789,18 @@ tasks:
       r_image: r-base
       r_tag: 3.6-opensuse42
       not_cran: "TRUE"
+  
+  test-r-without-dataset-parquet-s3:

Review comment:
       I actually liked the "minimal" name, matches the cpp minimal build 
example we test. If you're worried about confusion with the `LIBARROW_MINIMAL` 
env var (I'm not personally), we could try to make that var be truly minimal. I 
think currently we only ever check for whether it is set to `false`, to mean 
"build all the compression libs etc.", but we don't check if it is `true`. So 
we could make `true` be truly minimal, without these optional features, and the 
default (unset) means the current default of all features on but not 
compression and S3.
   
   On an unrelated note, you should add this crossbow job to the `r` and 
`nightly` groups so that it gets run regularly.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to