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(-)