kou commented on code in PR #1264:
URL: https://github.com/apache/arrow-java/pull/1264#discussion_r3848281759
##########
.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:
Sorry, I missed this PR. I want to use released Apache Arrow C++ for release
if possible. (If released Apache Arrow C++ has any problems when we release
Apache Arrow Java, we can use unreleased Apache Arrow C++.)
Can we revert this change once Apache Arrow C++ 26.0.0 is released?
--
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]