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 5c3807b  ARROW-15939: [Python] Add pickle support for JSON options 
classes
     add 91f6585  ARROW-15952: [C++] Document Visitors and finish Scalar::Accept

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_base.h |  1 +
 cpp/src/arrow/scalar.cc          |  4 ++++
 cpp/src/arrow/scalar.h           |  3 +++
 cpp/src/arrow/type.h             |  1 +
 cpp/src/arrow/visitor.cc         |  3 +++
 cpp/src/arrow/visitor.h          | 15 +++++++++++++++
 docs/source/cpp/api/array.rst    |  9 +++++++++
 docs/source/cpp/api/datatype.rst |  9 +++++++++
 docs/source/cpp/api/scalar.rst   |  9 +++++++++
 docs/source/cpp/conventions.rst  | 15 +++++++++++++++
 10 files changed, 69 insertions(+)

Reply via email to