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/03/18 22:37:30 UTC

[arrow] branch master updated (103c51b -> 6b87c6c)

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 103c51b  ARROW-8144: [CI] Cmake 3.2 nightly build fails
     add 6b87c6c  PARQUET-1819: [C++] Fix crashes on invalid input

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/rle_encoding.h        | 27 ++++++++------
 cpp/src/parquet/arrow/reader.cc          |  3 ++
 cpp/src/parquet/arrow/reader_internal.cc |  3 +-
 cpp/src/parquet/column_reader.cc         |  4 +++
 cpp/src/parquet/encoding.cc              | 61 ++++++++++++++++++++++++--------
 cpp/src/parquet/metadata.cc              | 16 +++++----
 cpp/src/parquet/schema.cc                |  3 ++
 cpp/src/parquet/thrift_internal.h        |  3 ++
 testing                                  |  2 +-
 9 files changed, 87 insertions(+), 35 deletions(-)