coryan commented on a change in pull request #11268:
URL: https://github.com/apache/arrow/pull/11268#discussion_r721355784



##########
File path: ci/docker/ubuntu-20.04-cpp.dockerfile
##########
@@ -129,6 +130,7 @@ ENV ARROW_BUILD_TESTS=ON \
     ARROW_WITH_ZSTD=ON \
     ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-${llvm}/bin/llvm-symbolizer \
     AWSSDK_SOURCE=BUNDLED \
+    GOOGLE_CLOUD_CPP_SOURCE=BUNDLED \

Review comment:
       Done. Note that this could be a nuisance if you ever want to use 
Bigtable or Spanner as data sources.

##########
File path: ci/scripts/cpp_build.sh
##########
@@ -121,6 +122,7 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
       -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX:-${ARROW_HOME}} \
       -DCMAKE_UNITY_BUILD=${CMAKE_UNITY_BUILD:-OFF} \
       -Dgflags_SOURCE=${gflags_SOURCE:-} \
+      -DGOOGLE_CLOUD_CPP_SOURCE=${GOOGLE_CLOUD_CPP_SOURCE:-} \

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to