westonpace commented on code in PR #34844:
URL: https://github.com/apache/arrow/pull/34844#discussion_r1158507833
##########
dev/tasks/homebrew-formulae/apache-arrow.rb:
##########
@@ -72,6 +72,7 @@ def install
# link against system libc++ instead of llvm provided libc++
ENV.remove "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib
args = %W[
+ -DARROW_ACERO=ON
Review Comment:
I'm not sure what the guidelines are. R uses Acero directly, in addition to
transitively through datasets. So if R decided to stop using datasets then it
would still need the acero dependency. However, if we want to leave it out so
things are concise then it should work. I am fine either way.
--
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]