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/05 15:30:19 UTC

[arrow] branch master updated (26d72f3 -> 45e41ca)

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 26d72f3  ARROW-6318: [Integration] Run tests against pregenerated files
     add 45e41ca  ARROW-6417: [C++][Parquet] Miscellaneous optimizations yielding slightly better Parquet binary read performance

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_binary.cc |  11 +-
 cpp/src/arrow/buffer_builder.h        |   2 +-
 cpp/src/parquet/column_reader.cc      |  25 +--
 cpp/src/parquet/encoding.cc           | 322 ++++++++++++++++++++++++----------
 cpp/src/parquet/encoding.h            |  17 +-
 cpp/src/parquet/encoding_benchmark.cc |  77 ++++----
 cpp/src/parquet/encoding_test.cc      |  74 ++++----
 7 files changed, 337 insertions(+), 191 deletions(-)