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 2019/09/07 23:13:43 UTC

[arrow] branch master updated (1f893a8 -> 9ca682b)

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 1f893a8  ARROW-3933: [C++][Parquet] Handle non-nullable struct children when reading Parquet file, better error messages
     add 9ca682b  ARROW-5125: [Python] Round-trip extreme dates on windows

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/python_to_arrow.cc |  7 ++++++-
 cpp/src/arrow/python/util/datetime.h    | 15 +++++++++------
 python/pyarrow/scalar.pxi               |  9 +++++----
 python/pyarrow/tests/test_array.py      | 12 ++++++++++++
 python/pyarrow/tests/test_scalars.py    | 11 +++++++++++
 5 files changed, 43 insertions(+), 11 deletions(-)