jorisvandenbossche commented on code in PR #14273: URL: https://github.com/apache/arrow/pull/14273#discussion_r983200522
########## ci/scripts/python_wheel_macos_build.sh: ########## @@ -96,25 +96,27 @@ cmake \ -DARROW_BUILD_SHARED=ON \ -DARROW_BUILD_STATIC=OFF \ -DARROW_BUILD_TESTS=OFF \ + -DARROW_COMPUTE=ON \ + -DARROW_CSV=ON \ -DARROW_DATASET=${ARROW_DATASET} \ Review Comment: Should we just hardcode this to ON? (the ARROW_PYTHON=ON would have ensured that) I don't think we want to create wheels without dataset enabled? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org