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 2021/03/10 14:14:48 UTC

[arrow] branch master updated (ec7bf98 -> d1b01e6)

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 ec7bf98  ARROW-10514: [C++][Parquet] Make the column name the same for both output formats of parquet reader
     add d1b01e6  PARQUET-1993: [C++] expose way to wait for I/O to complete

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc             |  7 +++--
 cpp/src/arrow/io/caching.cc                       | 10 +++++++
 cpp/src/arrow/io/caching.h                        |  4 +++
 cpp/src/arrow/util/future.cc                      | 26 +++++++++++++++++
 cpp/src/arrow/util/future.h                       |  8 ++++++
 cpp/src/arrow/util/future_test.cc                 | 28 ++++++++++++++++++
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 35 +++++++++++++++++++++++
 cpp/src/parquet/arrow/reader.cc                   | 11 +++----
 cpp/src/parquet/file_reader.cc                    | 20 +++++++------
 cpp/src/parquet/file_reader.h                     |  9 +++---
 10 files changed, 138 insertions(+), 20 deletions(-)