lidavidm commented on code in PR #1264:
URL: https://github.com/apache/arrow-java/pull/1264#discussion_r3848326570
##########
.github/workflows/rc.yml:
##########
@@ -174,15 +174,11 @@ jobs:
- name: Extract source archive
run: |
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
- - name: Download the latest Apache Arrow C++
- if: github.event_name != 'schedule'
- run: |
- ci/scripts/download_cpp.sh
- name: Checkout Apache Arrow C++
- if: github.event_name == 'schedule'
uses: actions/checkout@v7
with:
repository: apache/arrow
+ ref: main
Review Comment:
Yes, once there's a release that has the necessary patch I'd like to revert.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]