-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apache-arrow-glib apache-arrow 12.0.0 #129859
apache-arrow-glib apache-arrow 12.0.0 #129859
Conversation
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
We also have to remove PLASMA
and enable ACERO
, as discussed on the Mailing list from: https://lists.apache.org/thread/2stklo8dgpgn4dkq2lmvy4483jqcxzgx
$ git diff
diff --git a/Formula/apache-arrow.rb b/Formula/apache-arrow.rb
index f0d3868..520448b 100644
--- a/Formula/apache-arrow.rb
+++ b/Formula/apache-arrow.rb
@@ -46,6 +46,7 @@ class ApacheArrow < Formula
args = %W[
-DCMAKE_INSTALL_RPATH=#{rpath}
+ -DARROW_ACERO=ON
-DARROW_COMPUTE=ON
-DARROW_CSV=ON
-DARROW_DATASET=ON
@@ -57,7 +58,6 @@ class ApacheArrow < Formula
-DARROW_JSON=ON
-DARROW_ORC=ON
-DARROW_PARQUET=ON
- -DARROW_PLASMA=ON
-DARROW_PROTOBUF_USE_SHARED=ON
-DARROW_S3=ON
-DARROW_WITH_BZ2=ON
1b78fa9
to
ca4fc69
Compare
It does seem vineyard hasn't implemented the changes on their
This is the PR that included those on arrow: apache/arrow#33731
cc @kou |
Is that version gonna be supported long term? |
Unfortunately, no... |
How about backporting v6d-io/v6d#1359 ? |
0.14.4 may be released soon: v6d-io/v6d@9bc031a |
I have submitted a pull request to bump up the version: #130424 |
ca4fc69
to
f52165e
Compare
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Rui Chen <rui@chenrui.dev>
f52165e
to
2a40362
Compare
I'm working on the vineyard failure. Sorry for the break. |
|
Related issue number -------------------- See also: - Homebrew/homebrew-core#129859 - apache/arrow#33608 - apache/arrow#33641 Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
I have published a quick bugfix release. Could someone help me to cherry-pick #130429 to this pull request? |
2a40362
to
aff2718
Compare
I am not sure why the jobs were cancelled. Could it be timeout after 45 minutes? I recall we usually add the |
🤖 An automated task has requested bottles to be published to this PR. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?