You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "henrymai (via GitHub)" <gi...@apache.org> on 2023/04/20 08:34:22 UTC

[GitHub] [arrow] henrymai commented on a diff in pull request #35246: GH-35245: [Java][Arrow Dataset] Enable GCS

henrymai commented on code in PR #35246:
URL: https://github.com/apache/arrow/pull/35246#discussion_r1172262828


##########
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:
   Done



##########
ci/scripts/java_jni_macos_build.sh:
##########
@@ -78,6 +79,7 @@ cmake \
   -DARROW_ORC=${ARROW_ORC} \
   -DARROW_PARQUET=${ARROW_PARQUET} \
   -DARROW_S3=${ARROW_S3} \
+  -DARROW_GCS=${ARROW_GCS} \

Review Comment:
   Done



##########
ci/scripts/java_jni_manylinux_build.sh:
##########
@@ -45,6 +45,7 @@ export ARROW_GANDIVA
 export ARROW_ORC
 : ${ARROW_PARQUET:=ON}
 : ${ARROW_S3:=ON}
+: ${ARROW_GCS:=ON}

Review Comment:
   Done



##########
ci/scripts/java_jni_manylinux_build.sh:
##########
@@ -80,6 +81,7 @@ cmake \
   -DARROW_PARQUET=${ARROW_PARQUET} \
   -DARROW_RPATH_ORIGIN=${ARROW_RPATH_ORIGIN} \
   -DARROW_S3=${ARROW_S3} \
+  -DARROW_GCS=${ARROW_GCS} \

Review Comment:
   Done



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org