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/06/19 03:29:27 UTC

[arrow] branch master updated (42c886e -> 11ee468)

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 42c886e  ARROW-5744: [C++] Allow Table::CombineChunks to leave string columns chunked
     add 11ee468  ARROW-5359: [Python] Support non-nanosecond out-of-range timestamps in conversion to pandas

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/arrow_to_pandas.cc | 20 ++++++++--
 cpp/src/arrow/python/arrow_to_pandas.h  |  1 +
 python/pyarrow/array.pxi                | 20 +++++++++-
 python/pyarrow/includes/libarrow.pxd    |  1 +
 python/pyarrow/tests/test_pandas.py     | 71 +++++++++++++++++++++++++++++++++
 5 files changed, 109 insertions(+), 4 deletions(-)