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



##########
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:
       > S3 is on because linuxlibs.R is turning it on: 
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=1741&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=6c939d89-0d1a-51f2-8b30-091a7a82e98c&l=24
   > 
   > I think you'll find the issue pretty quickly but LMK if you need a pointer.
   
   Looks like `configure` is setting `LIBARROW_MINIMAL=false` because 
`NOT_CRAN` is `true`:
   ```sh
   if [ "${LIBARROW_MINIMAL}" = "" ] && [ "${NOT_CRAN}" = "true" ]; then
     LIBARROW_MINIMAL=false; export LIBARROW_MINIMAL
   fi
   ```
   and then `linuxlibs.r` sets `arrow_s3` to `TRUE`:
   ```r
   arrow_s3 <- toupper(Sys.getenv("ARROW_S3")) == "ON" || 
tolower(Sys.getenv("LIBARROW_MINIMAL")) == "false"
   ```
   I will try to solve this by explicitly setting `LIBARROW_MINIMAL=true` in 
this build.




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