Skip to content

Commit 799d9fd

Browse files
authored
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.
1 parent 81a5c2d commit 799d9fd

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/rc.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ jobs:
107107
- name: Extract source archive
108108
run: |
109109
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
110+
# We always use the main branch for apache/arrow for now.
111+
# Because we want to use
112+
# https://github.com/apache/arrow/pull/45114 in
113+
# apache/arrow-java. We can revert this workaround once Apache
114+
# Arrow 20.0.0 that includes the change released.
115+
#
110116
# - name: Download the latest Apache Arrow C++
111117
# if: github.event_name != 'schedule'
112118
# run: |
@@ -299,13 +305,13 @@ jobs:
299305
shell: bash
300306
run: |
301307
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
302-
# - name: Download the latest Apache Arrow C++
303-
# if: github.event_name != 'schedule'
304-
# shell: bash
305-
# run: |
306-
# ci/scripts/download_cpp.sh
308+
- name: Download the latest Apache Arrow C++
309+
if: github.event_name != 'schedule'
310+
shell: bash
311+
run: |
312+
ci/scripts/download_cpp.sh
307313
- name: Checkout Apache Arrow C++
308-
# if: github.event_name == 'schedule'
314+
if: github.event_name == 'schedule'
309315
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310316
with:
311317
repository: apache/arrow

0 commit comments

Comments
 (0)