Commits


david dali susanibar arce authored and GitHub committed 8273f7abd44
GH-36927: [Java][Docs] Enable Gandiva build as part of Java maven commands (#36929) ### Rationale for this change To close: https://github.com/apache/arrow/issues/36927 ### What changes are included in this PR? - Enable MacOS Gandiva build as part of Java maven commands - Enable Windows ORC build as part of Java maven commands ### Are these changes tested? Yes: - Gandiva: mvn generate-resources -Pgenerate-libs-jni-macos-linux -N - ORC: mvn generate-resources -Pgenerate-libs-jni-windows -N ### Are there any user-facing changes? No * Closes: #36927 Lead-authored-by: david dali susanibar arce <davi.sarces@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>