pitrou commented on code in PR #41494:
URL: https://github.com/apache/arrow/pull/41494#discussion_r1587672427


##########
ci/scripts/python_build.sh:
##########
@@ -58,7 +58,7 @@ fi
 export PYARROW_CMAKE_GENERATOR=${CMAKE_GENERATOR:-Ninja}
 export PYARROW_BUILD_TYPE=${CMAKE_BUILD_TYPE:-debug}
 
-export PYARROW_WITH_ACERO=${ARROW_ACERO:-OFF}
+export PYARROW_WITH_ACERO=${ARROW_ACERO:-ON}

Review Comment:
   If possible, I would rather we make them both off by default, especially as 
they are non-trivial and take time to build. 



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