You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/09/08 14:55:34 UTC

[arrow] branch master updated (54f8d28 -> eefc90a)

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

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


    from 54f8d28  ARROW-9821: [Rust][DataFusion] Support for User Defined ExtensionNodes in the LogicalPlan
     add eefc90a  ARROW-9588: [C++] Partially support building with clang in an MSVC setting

No new revisions were added by this update.

Summary of changes:
 cpp/CMakeLists.txt                          | 13 ++++++++++---
 cpp/cmake_modules/BuildUtils.cmake          |  2 +-
 cpp/cmake_modules/DefineOptions.cmake       |  2 +-
 cpp/cmake_modules/FindArrow.cmake           | 13 ++++++++++---
 cpp/cmake_modules/FindBoostAlt.cmake        |  2 +-
 cpp/cmake_modules/FindGTest.cmake           |  4 ++--
 cpp/cmake_modules/FindLz4.cmake             |  2 +-
 cpp/cmake_modules/FindThrift.cmake          |  4 ++--
 cpp/cmake_modules/ThirdpartyToolchain.cmake |  4 ++--
 cpp/src/arrow/CMakeLists.txt                |  2 +-
 cpp/src/arrow/python/type_traits.h          | 24 +++++++++++++-----------
 cpp/src/gandiva/CMakeLists.txt              |  2 +-
 cpp/src/parquet/CMakeLists.txt              |  2 +-
 cpp/src/parquet/exception.h                 | 14 +++++++++++---
 cpp/src/plasma/CMakeLists.txt               |  2 +-
 15 files changed, 58 insertions(+), 34 deletions(-)