This is an automated email from the ASF dual-hosted git repository.

npr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new c2f7d13e16 MINOR: [R] ARROW_ACERO should be ON by default in bundled 
build (#35407)
c2f7d13e16 is described below

commit c2f7d13e16c4ec3c8fba551a157cd71398194e6f
Author: Neal Richardson <[email protected]>
AuthorDate: Fri May 5 10:04:06 2023 -0400

    MINOR: [R] ARROW_ACERO should be ON by default in bundled build (#35407)
    
    To match ARROW_DATASET. Without this, the default CRAN version on Linux
    won't have Acero enabled.
    
    This should be cherry-picked for the 12.0.0 CRAN submission.
---
 r/inst/build_arrow_static.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/inst/build_arrow_static.sh b/r/inst/build_arrow_static.sh
index 4c7f705708..fe56b9fca9 100755
--- a/r/inst/build_arrow_static.sh
+++ b/r/inst/build_arrow_static.sh
@@ -61,7 +61,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
     -DARROW_BUILD_TESTS=OFF \
     -DARROW_BUILD_SHARED=OFF \
     -DARROW_BUILD_STATIC=ON \
-    -DARROW_ACERO=${ARROW_ACERO:-$ARROW_DEFAULT_PARAM} \
+    -DARROW_ACERO=${ARROW_ACERO:-ON} \
     -DARROW_COMPUTE=ON \
     -DARROW_CSV=ON \
     -DARROW_DATASET=${ARROW_DATASET:-ON} \

Reply via email to