henrymai commented on code in PR #35246:
URL: https://github.com/apache/arrow/pull/35246#discussion_r1172273020
##########
ci/scripts/java_jni_macos_build.sh:
##########
@@ -50,6 +50,7 @@ export ARROW_GANDIVA
export ARROW_ORC
: ${ARROW_PARQUET:=ON}
: ${ARROW_S3:=ON}
+: ${ARROW_GCS:=ON}
Review Comment:
Also I just noticed that this is out of order (before my change):
```
: ${ARROW_RPATH_ORIGIN:=ON}
: ${ARROW_ORC:=ON}
```
--
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]