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/11/30 12:41:34 UTC

[arrow] branch master updated (0ee3449 -> 0962957)

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 0ee3449  ARROW-14765: [Python] StructFieldOptions not exposed
     add 0962957  ARROW-6276: [C++] Add operator[] for some arrow classes

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_binary.h       |  8 ++++
 cpp/src/arrow/array/array_binary_test.cc | 14 +++++++
 cpp/src/arrow/array/array_primitive.h    | 24 ++++++++++++
 cpp/src/arrow/array/array_test.cc        | 67 ++++++++++++++++++++++++++++++++
 4 files changed, 113 insertions(+)