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/05 21:26:34 UTC

[arrow] branch master updated (90385fe -> 367cd2e)

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 90385fe  ARROW-8013: [Python][Packaging] Fix building manylinux wheels
     add 367cd2e  PARQUET-1810: [C++] Fix undefined behaviour on invalid enum values (OSS-Fuzz)

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/column_reader.cc  |  18 ++--
 cpp/src/parquet/metadata.cc       |  12 +--
 cpp/src/parquet/schema.cc         |  78 +++--------------
 cpp/src/parquet/thrift_internal.h | 172 +++++++++++++++++++++++++++++++-------
 cpp/src/parquet/types.h           |  11 ++-
 testing                           |   2 +-
 6 files changed, 183 insertions(+), 110 deletions(-)