westonpace commented on a change in pull request #10431:
URL: https://github.com/apache/arrow/pull/10431#discussion_r679476587



##########
File path: ci/scripts/cpp_build.sh
##########
@@ -85,6 +85,8 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
       -DARROW_PYTHON=${ARROW_PYTHON:-OFF} \
       -DARROW_RUNTIME_SIMD_LEVEL=${ARROW_RUNTIME_SIMD_LEVEL:-MAX} \
       -DARROW_S3=${ARROW_S3:-OFF} \
+      -DARROW_RADOS=${ARROW_RADOS:-OFF} \
+      -DARROW_CLS=${ARROW_CLS:-OFF} \

Review comment:
       I'm pretty sure I understand where you are coming from.  Thinking on 
this more I think it boils down to the idea of hosting a separate tool 
(Skyhook) in Arrow.  I'm going to raise this on the mailing list for 
clarification as I'm not sure we have a clear precedent.




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