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/06/15 16:26:58 UTC

[arrow] branch master updated (b73bcf0 -> 85f192a)

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 b73bcf0  ARROW-12597: [C++] Enable per-row-group parallelism in async Parquet reader
     add 85f192a  ARROW-12096: [C++] Allows users to define arrow timestamp unit for Parquet INT96 timestamp

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 56 +++++++++++++++++++++++
 cpp/src/parquet/arrow/reader_internal.cc          | 43 +++++++++++------
 cpp/src/parquet/arrow/schema.cc                   |  4 +-
 cpp/src/parquet/arrow/schema_internal.cc          | 19 ++++----
 cpp/src/parquet/arrow/schema_internal.h           |  7 ++-
 cpp/src/parquet/properties.h                      | 14 +++++-
 cpp/src/parquet/types.h                           | 43 ++++++++++++++---
 7 files changed, 150 insertions(+), 36 deletions(-)