You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/06/15 15:24:09 UTC

[arrow] branch master updated (889291b -> b73bcf0)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 889291b  ARROW-13003: [C++] Fix key map unaligned access
     add b73bcf0  ARROW-12597: [C++] Enable per-row-group parallelism in async Parquet reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc |   6 +-
 cpp/src/arrow/dataset/file_parquet.h  |   3 +-
 cpp/src/arrow/dataset/test_util.h     |  14 ++++-
 cpp/src/arrow/ipc/reader.cc           |   9 ++-
 cpp/src/arrow/util/parallel.h         |  37 ++++++++++++
 cpp/src/arrow/util/vector.h           |  13 ++++
 cpp/src/parquet/arrow/reader.cc       | 110 ++++++++++++++++++----------------
 7 files changed, 128 insertions(+), 64 deletions(-)