You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2021/04/01 03:58:50 UTC

[arrow] branch master updated (ab435da -> 5216e04)

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

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


    from ab435da  ARROW-12143: [CI] R builds should timeout and fail after some threshold and dump the output.
     add 5216e04  PARQUET-1990: [C++] Refuse to write ConvertedType::NA

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/printer.cc        | 12 ++++++++----
 cpp/src/parquet/reader_test.cc    |  2 +-
 cpp/src/parquet/schema.cc         | 13 +++++++++++--
 cpp/src/parquet/schema_test.cc    | 14 +++++---------
 cpp/src/parquet/thrift_internal.h |  3 +++
 cpp/src/parquet/types.cc          | 37 ++++++++++++++++++-------------------
 cpp/src/parquet/types.h           | 29 +++++++++++++++++++----------
 python/pyarrow/_parquet.pxd       |  2 +-
 python/pyarrow/_parquet.pyx       |  2 +-
 9 files changed, 67 insertions(+), 47 deletions(-)