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 9517ade ARROW-6269: [C++] check decimal precision in IPC code
add c39e350 ARROW-5610: [Python] define extension types in Python
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/extension_type.cc | 26 ++--
cpp/src/arrow/python/extension_type.h | 11 +-
docs/source/format/Columnar.rst | 2 +
docs/source/python/api/arrays.rst | 1 +
docs/source/python/api/datatypes.rst | 11 ++
docs/source/python/extending_types.rst | 180 ++++++++++++++++++++++++++++
python/pyarrow/__init__.py | 3 +-
python/pyarrow/includes/libarrow.pxd | 7 +-
python/pyarrow/lib.pxd | 4 +
python/pyarrow/public-api.pxi | 9 +-
python/pyarrow/tests/test_extension_type.py | 145 +++++++++++++++++++++-
python/pyarrow/types.pxi | 129 ++++++++++++++++++--
12 files changed, 496 insertions(+), 32 deletions(-)