kou commented on PR #925: URL: https://github.com/apache/arrow-java/pull/925#issuecomment-3709232057
Could you try https://github.com/apache/arrow/pull/48726 for JNI on Windows? ```diff diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index efa69533d..fc8238717 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -324,7 +324,8 @@ jobs: # if: github.event_name == 'schedule' uses: actions/checkout@v6 with: - repository: apache/arrow + repository: kou/arrow + ref: cpp-bundled-protobuf path: arrow - name: Set up Java uses: actions/setup-java@v5 ``` -- 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]
