You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/18 01:16:48 UTC

[arrow] branch master updated (e3c7706 -> 58ec1bc)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from e3c7706  ARROW-8139: [C++] FileSystem enum causes attributes warning
     add 58ec1bc  ARROW-6841: [C++] Migrate to LLVM 8

No new revisions were added by this update.

Summary of changes:
 .env                                               |  4 +-
 .github/workflows/cpp_cron.yml                     |  2 +-
 .github/workflows/python_cron.yml                  |  2 +-
 ci/conda_env_gandiva.yml                           |  4 +-
 ci/docker/debian-10-cpp.dockerfile                 | 15 ++--
 ...-29-cpp.dockerfile => fedora-30-cpp.dockerfile} |  4 +-
 ci/docker/linux-apt-docs.dockerfile                |  3 +-
 ci/docker/linux-apt-jni.dockerfile                 | 26 ++++--
 ci/docker/linux-apt-lint.dockerfile                | 14 ++--
 ci/docker/ubuntu-16.04-cpp.dockerfile              |  8 +-
 ci/docker/ubuntu-18.04-cpp.dockerfile              | 30 +++----
 ci/scripts/install_iwyu.sh                         | 10 +--
 cpp/Brewfile                                       |  2 +-
 cpp/CMakeLists.txt                                 | 44 ++++++----
 cpp/cmake_modules/FindClangTools.cmake             | 21 +++--
 cpp/cmake_modules/FindInferTools.cmake             |  4 +-
 cpp/cmake_modules/FindLLVM.cmake                   | 96 ----------------------
 cpp/cmake_modules/FindLLVMAlt.cmake                | 79 ++++++++++++++++++
 cpp/src/arrow/adapters/orc/adapter_util.cc         |  4 +-
 cpp/src/arrow/dbi/hiveserver2/thrift_internal.cc   |  4 +-
 cpp/src/arrow/io/memory_benchmark.cc               | 22 ++---
 cpp/src/arrow/ipc/test_common.cc                   |  7 +-
 cpp/src/arrow/python/deserialize.cc                | 57 +++++++------
 cpp/src/arrow/util/hashing.h                       |  9 +-
 cpp/src/gandiva/CMakeLists.txt                     |  8 +-
 cpp/src/gandiva/decimal_ir.cc                      |  6 +-
 cpp/src/parquet/types.cc                           |  4 +-
 dev/archery/archery/cli.py                         | 10 +--
 dev/archery/archery/utils/lint.py                  | 14 ++--
 dev/release/verify-apt.sh                          | 10 ---
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml        |  4 +-
 dev/tasks/gandiva-jars/travis.osx.yml              |  2 +-
 dev/tasks/linux-packages/apache-arrow/Rakefile     | 19 +++++
 .../apache-arrow/apt/debian-buster/Dockerfile      | 12 ++-
 .../apache-arrow/apt/debian-stretch/Dockerfile     | 10 +--
 .../apache-arrow/apt/ubuntu-bionic/Dockerfile      |  6 +-
 .../apache-arrow/apt/ubuntu-eoan/Dockerfile        |  6 +-
 .../apache-arrow/apt/ubuntu-focal/Dockerfile       |  6 +-
 .../apache-arrow/apt/ubuntu-xenial/Dockerfile      | 17 +---
 .../apache-arrow/debian.ubuntu-xenial/control      |  2 -
 .../apache-arrow/debian.ubuntu-xenial/rules        |  2 +-
 .../linux-packages/apache-arrow/debian/control     |  2 -
 .../apache-arrow/yum/centos-8/Dockerfile           |  7 --
 dev/tasks/linux-packages/package-task.rb           | 20 ++++-
 dev/tasks/tasks.yml                                | 24 +++---
 docker-compose.yml                                 | 18 ++--
 python/manylinux1/Dockerfile-x86_64_base           |  6 +-
 python/manylinux1/scripts/build_clang.sh           |  2 +-
 python/manylinux1/scripts/build_openssl.sh         |  2 +-
 python/manylinux1/scripts/install_cmake.sh         |  6 +-
 python/manylinux201x/Dockerfile-x86_64_base_2010   |  4 +-
 python/manylinux201x/Dockerfile-x86_64_base_2014   |  4 +-
 r/README.md                                        |  6 +-
 r/clang_format.sh                                  | 28 -------
 r/lint.sh                                          |  2 +-
 run-cmake-format.py                                |  2 +-
 56 files changed, 379 insertions(+), 363 deletions(-)
 rename ci/docker/{fedora-29-cpp.dockerfile => fedora-30-cpp.dockerfile} (96%)
 delete mode 100644 cpp/cmake_modules/FindLLVM.cmake
 create mode 100644 cpp/cmake_modules/FindLLVMAlt.cmake
 delete mode 100755 r/clang_format.sh