You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2020/03/24 14:15:45 UTC

[arrow] branch master updated (7e6429c -> 5ba0b64)

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

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


    from 7e6429c  ARROW-6872: [Python] Fix empty table creation from schema with dictionary field
     add 5ba0b64  PARQUET-1824: [C++] Fix crashes and undefined behaviour on invalid input

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/column_reader.cc      | 30 ++++++++++++++++++++----------
 cpp/src/parquet/column_reader.h       |  2 +-
 cpp/src/parquet/column_writer_test.cc |  6 ++++--
 cpp/src/parquet/types.h               | 15 ++++++++++-----
 cpp/src/parquet/types_test.cc         | 28 ++++++++++++++++++++++++++++
 testing                               |  2 +-
 6 files changed, 64 insertions(+), 19 deletions(-)