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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new fa46a2b3 fix(ci): disable macos ci for the arrow library installed by 
brew is incomplete (#525)
fa46a2b3 is described below

commit fa46a2b3dc6af37fca22987c570d5b8c819bc83c
Author: Weibin Zeng <[email protected]>
AuthorDate: Tue Jun 18 11:06:57 2024 +0800

    fix(ci): disable macos ci for the arrow library installed by brew is 
incomplete (#525)
    
    
    
    ---------
    
    Signed-off-by: acezen <[email protected]>
---
 .github/workflows/ci.yml | 7 +++++--
 cpp/README.md            | 2 ++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7f323b2a..b45fdf23 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
         ./graph_info_benchmark
         ./arrow_chunk_reader_benchmark
     
-  centoo:
+  centos:
     name: CentOS 7 C++
     runs-on: ubuntu-latest
     container:
@@ -199,6 +199,9 @@ jobs:
   macos:
     name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} C++
     runs-on: macos-${{ matrix.macos-version }}
+    # TODO: enable this when the arrow of brew enable ARROW_ORC again
+    # see 
https://github.com/Homebrew/homebrew-core/blob/4588359b7248b07379094de5310ee7ff89afa17e/Formula/a/apache-arrow.rb#L53
+    if: false
     env:
       GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
     strategy:
@@ -218,7 +221,7 @@ jobs:
       run: |
         brew bundle --file=cpp/Brewfile
         git clone https://github.com/apache/incubator-graphar-testing.git 
$GAR_TEST_DATA --depth 1
-
+    
     - name: Build GraphAr
       working-directory: "cpp"
       run: |
diff --git a/cpp/README.md b/cpp/README.md
index 743f0476..a1c59831 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -54,6 +54,8 @@ sudo apt-get install -y libarrow-dev libarrow-dataset-dev 
libarrow-acero-dev lib
 
 On macOS, you can use [Homebrew](https://brew.sh) to install the required 
packages:
 
+Note: Currently, the Arrow C++ library is [disable 
ARROW_ORC](https://github.com/Homebrew/homebrew-core/blob/4588359b7248b07379094de5310ee7ff89afa17e/Formula/a/apache-arrow.rb#L53)
 in the brew formula, so you need to install the Arrow C++ library manually.
+
 ```bash
 git clone https:://github.com/apache/graphar.git
 cd graphar


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to