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/01/22 16:51:31 UTC

[arrow] branch master updated (dceb057 -> 87ac4b2)

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 dceb057  ARROW-7630: [C++][CI] Check fuzz crash regressions in CI
     add 87ac4b2  PARQUET-1747: [C++] Access to ColumnChunkMetaData fails when encryption is on

No new revisions were added by this update.

Summary of changes:
 .../parquet/encryption_read_configurations_test.cc |  58 ++++++++++-
 cpp/src/parquet/file_reader.cc                     |  28 +++---
 cpp/src/parquet/metadata.cc                        | 111 +++++++++++++--------
 cpp/src/parquet/metadata.h                         |  33 +++---
 4 files changed, 155 insertions(+), 75 deletions(-)