Commits


Anthony Louis authored and Sutou Kouhei committed 6bd03d409a6
ARROW-15634: [C++][Packaging] Improve compilation speed for java-jars nighlty build for MacOS 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. Closes #12388 from anthonylouisbsb/feature/add-ninja-generator-to-build-in-paralell Authored-by: Anthony Louis <anthony.louis@dremio.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>