This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a41645c ARROW-7777: [Go] Fix StructBuilder and ListBuilder panics on
index out of range
add 8bc7fe9 ARROW-7758: [Python] Safe cast to nanosecond timestamps in
to_pandas conversion
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/arrow_to_pandas.cc | 22 +++++++++++++++------
cpp/src/arrow/python/arrow_to_pandas.h | 6 ++++++
python/pyarrow/array.pxi | 22 +++++++++++----------
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/tests/test_pandas.py | 34 +++++++++++++++++++++++++++++++++
5 files changed, 69 insertions(+), 16 deletions(-)