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 2019/09/06 20:24:54 UTC

[arrow] branch master updated (a89300b -> 1137de9)

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 a89300b  ARROW-6476: [Java][CI] Fix java docker build script
     add 1137de9  ARROW-5292: [C++] Work around symbol visibility issues so building static libraries is not necessary when building unit tests on WIN32 platform

No new revisions were added by this update.

Summary of changes:
 cpp/CMakeLists.txt                  |  4 ---
 cpp/examples/parquet/CMakeLists.txt | 12 +++++----
 cpp/src/parquet/CMakeLists.txt      | 51 +++++++++++++------------------------
 cpp/src/parquet/schema_internal.h   |  6 +++--
 cpp/src/parquet/schema_test.cc      |  8 +++---
 5 files changed, 33 insertions(+), 48 deletions(-)