We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apache/arrow-java uses Apache Arrow C++ to build JNI.
Build options for JNI aren't covered by the existing C++ CI jobs for now. So JNI build may be failed after we release Apache Arrow C++.
If we have CI jobs that use the same build options for JNI in apache/arrow, we can detect any problem before we release Apache Arrow C++.
C++, Continuous Integration
The text was updated successfully, but these errors were encountered:
How to build Apache Arrow C++ in apache/arrow-java: https://github.com/apache/arrow-java/blob/d304da5f872615346557e947ca5b04e9e23e8b87/compose.yaml#L87-L113
Sorry, something went wrong.
No branches or pull requests
Describe the enhancement requested
apache/arrow-java uses Apache Arrow C++ to build JNI.
Build options for JNI aren't covered by the existing C++ CI jobs for now. So JNI build may be failed after we release Apache Arrow C++.
If we have CI jobs that use the same build options for JNI in apache/arrow, we can detect any problem before we release Apache Arrow C++.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: