File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments