Skip to content

Commit 9350164

Browse files
committed
Use apache/arrow main
1 parent 94d9432 commit 9350164

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
@@ -309,13 +309,19 @@ jobs:
309309
shell: bash
310310
run: |
311311
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
312-
- name: Download the latest Apache Arrow C++
313-
if: github.event_name != 'schedule'
314-
shell: bash
315-
run: |
316-
ci/scripts/download_cpp.sh
312+
# We always use the main branch for apache/arrow for now.
313+
# Because we want to use
314+
# https://github.com/apache/arrow/pull/47749 in
315+
# apache/arrow-java. We can revert this workaround once Apache
316+
# Arrow 22.0.0 that includes the change released.
317+
#
318+
# - name: Download the latest Apache Arrow C++
319+
# if: github.event_name != 'schedule'
320+
# shell: bash
321+
# run: |
322+
# ci/scripts/download_cpp.sh
317323
- name: Checkout Apache Arrow C++
318-
if: github.event_name == 'schedule'
324+
# if: github.event_name == 'schedule'
319325
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
320326
with:
321327
repository: apache/arrow

0 commit comments

Comments
 (0)