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 2020/05/01 18:45:44 UTC

[arrow] branch master updated (a6ea7ee -> bcd2e94)

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 a6ea7ee  ARROW-8619: [C++] Use distinct enum values for MonthInterval, DayTimeInterval
     add bcd2e94  PARQUET-1820: [C++] pre-buffer specified columns of row group

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs_benchmark.cc        | 129 ++++++++++++++++++----
 cpp/src/arrow/io/caching.cc                       |  18 +--
 cpp/src/arrow/io/caching.h                        |  29 +++--
 cpp/src/arrow/io/memory_test.cc                   |   7 +-
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc |  53 ++++++++-
 cpp/src/parquet/arrow/reader.cc                   |  15 +++
 cpp/src/parquet/file_reader.cc                    | 103 ++++++++++++-----
 cpp/src/parquet/file_reader.h                     |  23 ++++
 cpp/src/parquet/properties.h                      |  22 +++-
 9 files changed, 331 insertions(+), 68 deletions(-)