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

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


The following commit(s) were added to refs/heads/main by this push:
     new 799d9fd4 GH-623: Cleanup enabling Gandiva tests change (#624)
799d9fd4 is described below

commit 799d9fd45e36d962c7a7bae0f3903bb414062554
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Feb 21 05:43:16 2025 +0900

    GH-623: Cleanup enabling Gandiva tests change (#624)
    
    ## What's Changed
    
    * Add a comment when we can remove this workaround.
    * Remove a needless workaround for Windows.
    
    Closes #623.
---
 .github/workflows/rc.yml | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml
index 4f240e67..49a39102 100644
--- a/.github/workflows/rc.yml
+++ b/.github/workflows/rc.yml
@@ -107,6 +107,12 @@ jobs:
       - name: Extract source archive
         run: |
           tar -xf apache-arrow-java-*.tar.gz --strip-components=1
+      # We always use the main branch for apache/arrow for now.
+      # Because we want to use
+      # https://github.com/apache/arrow/pull/45114 in
+      # apache/arrow-java. We can revert this workaround once Apache
+      # Arrow 20.0.0 that includes the change released.
+      #
       # - name: Download the latest Apache Arrow C++
       #   if: github.event_name != 'schedule'
       #   run: |
@@ -299,13 +305,13 @@ jobs:
         shell: bash
         run: |
           tar -xf apache-arrow-java-*.tar.gz --strip-components=1
-      # - name: Download the latest Apache Arrow C++
-      #   if: github.event_name != 'schedule'
-      #   shell: bash
-      #   run: |
-      #     ci/scripts/download_cpp.sh
+      - name: Download the latest Apache Arrow C++
+        if: github.event_name != 'schedule'
+        shell: bash
+        run: |
+          ci/scripts/download_cpp.sh
       - name: Checkout Apache Arrow C++
-        # if: github.event_name == 'schedule'
+        if: github.event_name == 'schedule'
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
         with:
           repository: apache/arrow

Reply via email to