assignUser commented on code in PR #13441:
URL: https://github.com/apache/arrow/pull/13441#discussion_r907563449


##########
docker-compose.yml:
##########
@@ -410,9 +410,9 @@ services:
       ARROW_MIMALLOC: "ON"
     command: >
       /bin/bash -c "
-        if grep -q -i -e 'centos.* 7' /etc/os-release; then export 
ARROW_S3=OFF ARROW_MIMALLOC=OFF; fi &&
+        if grep -q -i -e 'centos.* 7' /etc/os-release; then export 
ARROW_S3=OFF ARROW_GCS=OFF ARROW_MIMALLOC=OFF; fi &&

Review Comment:
   On second thought the logic should probably just be removed and the vars set 
under `environment:`



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