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 c547f4d ARROW-9291 [R]: Support fixed size binary/list types
add f86c4db ARROW-9223: [Python] Propagate timezone information in pandas
conversion
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/arrow_to_pandas.cc | 36 +++++++++-----
cpp/src/arrow/python/arrow_to_pandas.h | 4 --
cpp/src/arrow/python/datetime.cc | 83 ++++++++++++++++++++++++++++++++-
cpp/src/arrow/python/datetime.h | 10 ++++
python/pyarrow/array.pxi | 4 +-
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/tests/test_pandas.py | 49 +++++++++++++------
python/pyarrow/types.pxi | 14 ++----
8 files changed, 160 insertions(+), 41 deletions(-)