You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/07/06 19:26:16 UTC

[arrow] branch master updated (423ca163a2 -> 6f9674aa9c)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 423ca163a2 PARQUET-2163:  Handle decimal schemas with large fixed_len_byte_arrays
     add 6f9674aa9c ARROW-13612: [Python] Allow specifying a custom type for converting ExtensionScalar to python object (#13454)

No new revisions were added by this update.

Summary of changes:
 docs/source/python/api/arrays.rst           |  1 +
 docs/source/python/extending_types.rst      | 30 +++++++++++++
 python/pyarrow/scalar.pxi                   |  7 +--
 python/pyarrow/tests/test_extension_type.py | 69 ++++++++++++++++++++++++++++-
 python/pyarrow/types.pxi                    | 16 +++++++
 5 files changed, 118 insertions(+), 5 deletions(-)