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 2021/06/23 20:27:21 UTC

[arrow] branch master updated (8113c37 -> 9aaf61c)

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 8113c37  ARROW-11342: [Python] [Gandiva] Expose ToString and result type information
     add 9aaf61c  ARROW-8459: [Dev][Archery] Use a more recent cmake-format

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   2 +-
 .pre-commit-config.yaml                            |   7 -
 ci/docker/linux-apt-lint.dockerfile                |   8 +-
 cmake-format.py                                    |  75 ++-
 cpp/CMakeLists.txt                                 |  73 +--
 cpp/cmake_modules/BuildUtils.cmake                 | 173 +++--
 cpp/cmake_modules/DefineOptions.cmake              |  58 +-
 cpp/cmake_modules/FindArrow.cmake                  | 138 ++--
 cpp/cmake_modules/FindArrowCUDA.cmake              |  11 +-
 cpp/cmake_modules/FindArrowDataset.cmake           |  12 +-
 cpp/cmake_modules/FindArrowFlight.cmake            |  11 +-
 cpp/cmake_modules/FindArrowFlightTesting.cmake     |  31 +-
 cpp/cmake_modules/FindArrowPython.cmake            |  11 +-
 cpp/cmake_modules/FindArrowPythonFlight.cmake      |  27 +-
 cpp/cmake_modules/FindArrowTesting.cmake           |  12 +-
 cpp/cmake_modules/FindBrotli.cmake                 |   9 +-
 cpp/cmake_modules/FindClangTools.cmake             |  15 +-
 cpp/cmake_modules/FindGLOG.cmake                   |   4 +-
 cpp/cmake_modules/FindGandiva.cmake                |  13 +-
 cpp/cmake_modules/FindLLVMAlt.cmake                |  19 +-
 cpp/cmake_modules/FindLz4.cmake                    |  19 +-
 cpp/cmake_modules/FindORC.cmake                    |   4 +-
 cpp/cmake_modules/FindParquet.cmake                |  20 +-
 cpp/cmake_modules/FindPlasma.cmake                 |  12 +-
 cpp/cmake_modules/FindPython3Alt.cmake             |  33 +-
 cpp/cmake_modules/FindRapidJSONAlt.cmake           |  34 +-
 cpp/cmake_modules/FindSnappy.cmake                 |  11 +-
 cpp/cmake_modules/FindThrift.cmake                 |  48 +-
 cpp/cmake_modules/Findc-aresAlt.cmake              |  12 +-
 cpp/cmake_modules/FindgRPCAlt.cmake                |  24 +-
 cpp/cmake_modules/Findre2Alt.cmake                 |  38 +-
 cpp/cmake_modules/Findutf8proc.cmake               |  30 +-
 cpp/cmake_modules/Findzstd.cmake                   |  20 +-
 cpp/cmake_modules/SetupCxxFlags.cmake              |  36 +-
 cpp/cmake_modules/ThirdpartyToolchain.cmake        | 726 ++++++++++-----------
 cpp/cmake_modules/Usevcpkg.cmake                   | 102 +--
 cpp/cmake_modules/san-config.cmake                 |  75 +--
 cpp/src/arrow/CMakeLists.txt                       | 187 +++---
 cpp/src/arrow/adapters/orc/CMakeLists.txt          |   8 +-
 cpp/src/arrow/dbi/hiveserver2/CMakeLists.txt       |  14 +-
 .../arrow/dbi/hiveserver2/thrift/CMakeLists.txt    |  15 +-
 cpp/src/arrow/filesystem/CMakeLists.txt            |   8 +-
 cpp/src/arrow/flight/CMakeLists.txt                |  59 +-
 cpp/src/arrow/gpu/CMakeLists.txt                   |   3 +-
 cpp/src/arrow/python/CMakeLists.txt                |  16 +-
 cpp/src/arrow/python/util/CMakeLists.txt           |   4 +-
 cpp/src/gandiva/CMakeLists.txt                     |  11 +-
 cpp/src/gandiva/jni/CMakeLists.txt                 |  18 +-
 cpp/src/gandiva/precompiled/CMakeLists.txt         |  65 +-
 cpp/src/parquet/CMakeLists.txt                     |  46 +-
 cpp/src/plasma/CMakeLists.txt                      |  24 +-
 dev/archery/archery/utils/command.py               |   7 +-
 dev/archery/archery/utils/lint.py                  |  84 ++-
 dev/archery/requirements-lint.txt                  |   3 -
 dev/archery/setup.py                               |   2 +-
 docker-compose.yml                                 |   5 +-
 docs/source/developers/cpp/development.rst         |   2 +-
 docs/source/developers/python.rst                  |   3 +-
 java/gandiva/CMakeLists.txt                        |  51 +-
 matlab/CMakeLists.txt                              |  24 +-
 python/CMakeLists.txt                              |  70 +-
 run-cmake-format.py                                | 111 ----
 62 files changed, 1300 insertions(+), 1493 deletions(-)
 delete mode 100644 dev/archery/requirements-lint.txt
 delete mode 100755 run-cmake-format.py