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 @@ -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
You can’t perform that action at this time.
0 commit comments