You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/02/17 17:14:43 UTC

[arrow] branch master updated (bca7d2f -> ad4504e)

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 bca7d2f  ARROW-11366: [Datafusion] Implement constant folding for boolean literal expressions
     add ad4504e  ARROW-11340: [C++] Add vcpkg.json manifest to cpp project root

No new revisions were added by this update.

Summary of changes:
 ci/docker/python-wheel-manylinux-201x.dockerfile |  3 +-
 ci/docker/python-wheel-windows-vs2017.dockerfile |  3 +-
 ci/scripts/python_wheel_manylinux_build.sh       |  3 +
 ci/scripts/python_wheel_windows_build.bat        |  3 +
 cpp/CMakeSettings.json                           | 21 +++++
 cpp/vcpkg.json                                   | 40 ++++++++++
 dev/release/00-prepare-test.rb                   | 14 ++++
 dev/release/00-prepare.sh                        |  6 ++
 dev/tasks/tasks.yml                              |  9 +++
 dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat        | 98 ++++++++++++++++++++++++
 dev/tasks/vcpkg-tests/github.windows.yml         | 63 +++++++++++++++
 11 files changed, 261 insertions(+), 2 deletions(-)
 create mode 100644 cpp/CMakeSettings.json
 create mode 100644 cpp/vcpkg.json
 create mode 100644 dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat
 create mode 100644 dev/tasks/vcpkg-tests/github.windows.yml