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 2019/08/22 08:57:43 UTC

[arrow] branch master updated (5e3c1aa -> f413c8f)

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 5e3c1aa  ARROW-6070: [Java] Avoid creating new schema before IPC sending
     add f413c8f  ARROW-6309: [C++][Parquet] Stop needless static linking

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/CMakeLists.txt                                   | 8 ++++----
 cpp/tools/parquet/CMakeLists.txt                                 | 9 +++++++--
 .../parquet/{parquet-dump-schema.cc => parquet_dump_schema.cc}   | 0
 cpp/tools/parquet/{parquet-reader.cc => parquet_reader.cc}       | 0
 cpp/tools/parquet/{parquet-scan.cc => parquet_scan.cc}           | 0
 5 files changed, 11 insertions(+), 6 deletions(-)
 rename cpp/tools/parquet/{parquet-dump-schema.cc => parquet_dump_schema.cc} (100%)
 rename cpp/tools/parquet/{parquet-reader.cc => parquet_reader.cc} (100%)
 rename cpp/tools/parquet/{parquet-scan.cc => parquet_scan.cc} (100%)