anthonylouisbsb opened a new pull request #12388: URL: https://github.com/apache/arrow/pull/12388
Currently, the [script](https://github.com/apache/arrow/blob/master/ci/scripts/java_jni_macos_build.sh) that builds the C++ Arrow modules in MacOS for the java-jars nightly build uses Unix Makefiles as the CMake generator. Changing the generator to ninja helps to speed up the compile process as it is parallel by default and has better dependency management. -- 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]
