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:
107
107
- name : Extract source archive
108
108
run : |
109
109
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
+ #
110
116
# - name: Download the latest Apache Arrow C++
111
117
# if: github.event_name != 'schedule'
112
118
# run: |
@@ -299,13 +305,13 @@ jobs:
299
305
shell : bash
300
306
run : |
301
307
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
307
313
- name : Checkout Apache Arrow C++
308
- # if: github.event_name == 'schedule'
314
+ if : github.event_name == 'schedule'
309
315
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310
316
with :
311
317
repository : apache/arrow
You can’t perform that action at this time.
0 commit comments