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 2021/08/02 15:40:56 UTC

[arrow] branch master updated (1229858 -> 7e5f618)

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 1229858  ARROW-13379: [Dev][Docs] Improvements to archery docs
     add 7e5f618  ARROW-9434: [C++] Store type code in UnionScalar

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/scalar.cpp              |  29 ++++-
 c_glib/arrow-glib/scalar.h                |   5 +
 c_glib/arrow-glib/version.h.in            |   2 +-
 c_glib/doc/arrow-glib/arrow-glib-docs.xml |   4 +
 c_glib/test/test-dense-union-scalar.rb    |  10 +-
 c_glib/test/test-sparse-union-scalar.rb   |  10 +-
 cpp/src/arrow/array/array_base.cc         |  12 +-
 cpp/src/arrow/array/array_nested.h        |   3 +
 cpp/src/arrow/array/array_test.cc         |  85 +++++++------
 cpp/src/arrow/array/builder_base.cc       |  49 ++++++++
 cpp/src/arrow/array/util.cc               |  76 +++++++++++-
 cpp/src/arrow/scalar.cc                   |  32 ++++-
 cpp/src/arrow/scalar.h                    |   9 +-
 cpp/src/arrow/scalar_test.cc              | 191 ++++++++++++++++--------------
 python/pyarrow/includes/libarrow.pxd      |   1 +
 python/pyarrow/scalar.pxi                 |   8 ++
 python/pyarrow/tests/test_scalars.py      |   6 +
 17 files changed, 389 insertions(+), 143 deletions(-)