This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 8e34b64 ARROW-12880: [C++][Gandiva] Add castTIME(int32),
castTIMESTAMP(int64) and castTIME(utf8) functions
add a8c0b1f ARROW-15417: [Python][Packaging] Use vcpkg manifest to
install wheel dependencies; downgrade AWS SDK by building the bundled version
No new revisions were added by this update.
Summary of changes:
ci/docker/java-jni-manylinux-201x.dockerfile | 23 ++--
ci/docker/python-wheel-manylinux-201x.dockerfile | 54 ++++-----
ci/docker/python-wheel-windows-vs2017.dockerfile | 66 +++++------
ci/scripts/java_jni_manylinux_build.sh | 3 -
ci/scripts/python_wheel_macos_build.sh | 10 +-
ci/scripts/python_wheel_manylinux_build.sh | 7 +-
ci/scripts/python_wheel_windows_build.bat | 6 +-
ci/scripts/python_wheel_windows_test.bat | 18 +--
ci/vcpkg/ports.patch | 20 ++--
ci/vcpkg/vcpkg.json | 133 +++++++++++++++++++++++
cpp/cmake_modules/ThirdpartyToolchain.cmake | 32 +++++-
dev/tasks/java-jars/github.yml | 2 +-
dev/tasks/python-wheels/github.osx.amd64.yml | 44 +++-----
dev/tasks/python-wheels/github.osx.arm64.yml | 31 ++----
docker-compose.yml | 1 +
15 files changed, 270 insertions(+), 180 deletions(-)
create mode 100644 ci/vcpkg/vcpkg.json