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



##########
File path: dev/tasks/r/azure.linux.yml
##########
@@ -47,6 +47,9 @@ jobs:
         export R_ORG={{ r_org }}
         export R_IMAGE={{ r_image }}
         export R_TAG={{ r_tag }}
+        export ARROW_DATASET={{ arrow_dataset|default("ON") }}
+        export ARROW_PARQUET={{ arrow_parquet|default("ON") }}

Review comment:
       Ah yeah, I think it's the same problem--note (for comparison) that 
`R_ORG` et al. are in the .env file, and they're environment variables for 
docker-compose, not passed into the docker container.
   
   The fact that `ARROW_R_DEV` is in the env file, and then passed through in 
docker-compose.yml to the build environments, may just be due to my ignorance 
of all of this at the time I added it.




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