This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 50a7d15dfb ARROW-16695: [R][Python][C++] Extension types are not
supported in joins (#13501)
add 7a0ba80702 ARROW-17081: [Java][Datasets] Move JNI build configuration
from cpp/ to java/ (#13911)
No new revisions were added by this update.
Summary of changes:
ci/docker/java-jni-manylinux-201x.dockerfile | 3 +-
ci/scripts/java_jni_build.sh | 35 ++++++++-
ci/scripts/java_jni_macos_build.sh | 32 ++++----
ci/scripts/java_jni_manylinux_build.sh | 39 +++++-----
ci/vcpkg/vcpkg.json | 1 +
cpp/Brewfile | 2 +
cpp/CMakeLists.txt | 19 ++++-
cpp/cmake_modules/FindAWSSDKAlt.cmake | 50 ++++++++++++
.../cmake_modules/FindProtobufAlt.cmake | 22 +++---
cpp/cmake_modules/ThirdpartyToolchain.cmake | 52 +------------
cpp/src/arrow/ArrowConfig.cmake.in | 10 +++
cpp/src/arrow/dataset/api.h | 6 ++
cpp/src/arrow/filesystem/s3_internal.h | 4 +-
cpp/src/arrow/filesystem/s3_test_util.cc | 2 +
cpp/src/arrow/util/config.h.cmake | 2 +
cpp/src/gandiva/jni/CMakeLists.txt | 8 +-
dev/tasks/java-jars/github.yml | 24 +++---
docker-compose.yml | 2 +-
docs/source/developers/java/building.rst | 88 ++++++++++------------
java/CMakeLists.txt | 13 ++++
java/c/CMakeLists.txt | 12 +--
java/dataset/CMakeLists.txt | 37 ++++-----
java/dataset/src/main/cpp/CMakeLists.txt | 65 ----------------
23 files changed, 269 insertions(+), 259 deletions(-)
create mode 100644 cpp/cmake_modules/FindAWSSDKAlt.cmake
copy ci/vcpkg/arm64-linux-static-debug.cmake =>
cpp/cmake_modules/FindProtobufAlt.cmake (67%)
delete mode 100644 java/dataset/src/main/cpp/CMakeLists.txt