raulcd commented on code in PR #49128:
URL: https://github.com/apache/arrow/pull/49128#discussion_r2759993249


##########
dev/tasks/tasks.yml:
##########
@@ -713,6 +713,15 @@ tasks:
         R_DUCKDB_DEV: TRUE
       image: ubuntu-r-only-r
 
+  test-r-dataset-without-parquet:
+    ci: github
+    template: docker-tests/github.linux.yml
+    params:
+      env:
+        ARROW_DATASET: ON
+        ARROW_PARQUET: OFF

Review Comment:
   this doesn't seem to be passing those to the internal docker container, see:
   
https://github.com/ursacomputing/crossbow/actions/runs/21637615384/job/62367575953#step:6:2914
   
   It is using the ones defined here:
   
https://github.com/apache/arrow/blob/7532327adb2cf7bf59e3d6eca0c42641ec8792f7/ci/docker/linux-apt-r.dockerfile#L116
   
   We should use the following so the flags are used on the `archery docker` 
command directly instead of as GitHub runner env variables:
   ```suggestion
         flags: '-e ARROW_DATASET=ON -e ARROW_PARQUET=OFF'
   ```



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