You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/02/17 15:21:56 UTC

[arrow] branch master updated (a41645c -> 8bc7fe9)

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