roee88 commented on a change in pull request #11067:
URL: https://github.com/apache/arrow/pull/11067#discussion_r726822796
##########
File path: ci/scripts/java_build.sh
##########
@@ -84,6 +85,10 @@ if [ "${ARROW_JAVA_SHADE_FLATBUFFERS}" == "ON" ]; then
${mvn} -Pshade-flatbuffers install
fi
+if [ "${ARROW_JAVA_FFI}" = "ON" ]; then
+ ${mvn} -Darrow.ffi.cpp.build.dir=${ffi_build_dir} -Parrow-ffi install
Review comment:
1. Package name: `org.apache.arrow.c`
2. Class name: `Data`
3. Maven profile name: `arrow-c-data`
4. Shared library name: `libarrow_cdata_jni`
5. Maven property for dir with the shared library: `arrow.c.jni.dist.dir`
6. CI script for building the shared library: `java_cdata_build.sh`
7. CI flag to enable building the shared library: `ARROW_JAVA_CDATA=ON`
Anything that should be different before I make the changes?
--
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]