You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/06/05 19:43:53 UTC

[arrow] branch master updated (b039c63 -> 6a1cdbc)

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 b039c63  ARROW-9045: [C++] Expand / improve Take and Filter benchmarks for enhanced baseline
     add 6a1cdbc  ARROW-9004: [C++][Gandiva] Support building with LLVM 10

No new revisions were added by this update.

Summary of changes:
 .env                                               |   4 +-
 .github/workflows/cpp_cron.yml                     |  10 +-
 .github/workflows/python_cron.yml                  |  12 +-
 LICENSE.txt                                        | 272 +++++++++++++++++----
 ci/appveyor-cpp-setup.bat                          |   2 +-
 ci/conda_env_gandiva.yml                           |   4 +-
 ...a_env_gandiva.yml => conda_env_gandiva_win.yml} |   1 +
 ci/docker/debian-10-cpp.dockerfile                 |  12 +-
 ...-30-cpp.dockerfile => fedora-32-cpp.dockerfile} |  23 +-
 ci/docker/ubuntu-16.04-cpp.dockerfile              |   5 +-
 ci/docker/ubuntu-18.04-cpp.dockerfile              |  13 +
 ci/scripts/cpp_test.sh                             |   9 +-
 ci/scripts/install_iwyu.sh                         |   9 +-
 cpp/Brewfile                                       |   1 +
 cpp/CMakeLists.txt                                 |   8 +-
 cpp/src/gandiva/CMakeLists.txt                     |  27 +-
 cpp/src/gandiva/decimal_ir.cc                      |   2 +-
 cpp/src/gandiva/jni/CMakeLists.txt                 |  10 +-
 cpp/src/gandiva/llvm_includes.h                    |   6 +
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml        |   7 +-
 dev/tasks/gandiva-jars/travis.osx.yml              |   2 +-
 .../apache-arrow-archive-keyring/Rakefile          |   2 +-
 .../linux-packages/apache-arrow-release/Rakefile   |   2 +-
 .../apache-arrow/apt/debian-buster/Dockerfile      |   9 +
 .../apache-arrow/apt/ubuntu-bionic/Dockerfile      |   9 +
 .../apache-arrow/apt/ubuntu-eoan/Dockerfile        |   9 +
 .../apache-arrow/apt/ubuntu-xenial/Dockerfile      |  14 +-
 dev/tasks/python-wheels/azure.linux.yml            |  16 +-
 dev/tasks/tasks.yml                                |   8 +-
 docker-compose.yml                                 |   4 +-
 python/manylinux1/Dockerfile-x86_64_base           |   5 +-
 python/manylinux1/scripts/build_llvm.sh            |  16 +-
 python/manylinux201x/scripts/build_llvm.sh         |  11 +-
 33 files changed, 418 insertions(+), 126 deletions(-)
 copy ci/{conda_env_gandiva.yml => conda_env_gandiva_win.yml} (94%)
 rename ci/docker/{fedora-30-cpp.dockerfile => fedora-32-cpp.dockerfile} (81%)