You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/08/26 14:04:42 UTC

[arrow] branch master updated (9878741 -> 64bef2a)

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

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


    from 9878741  ARROW-13528: [R] Bindings for mean, var, sd aggregation
     add 64bef2a  ARROW-13696: [Python] Support for MapType with Fields

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/includes/libarrow.pxd |  6 ++++--
 python/pyarrow/tests/test_schema.py  |  4 +++-
 python/pyarrow/tests/test_types.py   | 10 ++++++++++
 python/pyarrow/types.pxi             | 37 +++++++++++++++++++++++++++++++-----
 4 files changed, 49 insertions(+), 8 deletions(-)