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/06/30 16:22:26 UTC

[arrow] branch master updated (bfc5440 -> 9d974ab)

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 bfc5440  ARROW-8190: [FlightRPC][C++] Expose IPC options
     add 9d974ab  ARROW-6521: [C++] Add an API to query runtime build info

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/DefineOptions.cmake         | 26 ++++++++++++++++++++
 cpp/src/arrow/CMakeLists.txt                  |  1 +
 cpp/src/arrow/api.h                           |  2 +-
 cpp/src/arrow/{array/validate.h => config.cc} | 34 ++++++++++++++-------------
 cpp/src/arrow/{util/base64.h => config.h}     | 29 +++++++++++++++++++----
 cpp/src/arrow/public_api_test.cc              | 23 +++++++++++++++++-
 cpp/src/arrow/util/config.h.cmake             |  5 ++++
 python/manylinux1/build_arrow.sh              |  1 +
 python/manylinux201x/build_arrow.sh           |  4 ++++
 9 files changed, 102 insertions(+), 23 deletions(-)
 copy cpp/src/arrow/{array/validate.h => config.cc} (65%)
 copy cpp/src/arrow/{util/base64.h => config.h} (51%)