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 5ad3c98  ARROW-10369: [Dev] Fix archery release utility test cases
     add 843e8bb  ARROW-9304: [C++] Add "AppendEmpty" builder APIs for use 
inside StructBuilder::AppendNull

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_struct_test.cc         | 10 ++-
 cpp/src/arrow/array/array_test.cc                | 58 +++++++++++++++-
 cpp/src/arrow/array/array_union_test.cc          | 86 ++++++++++++++++++++++--
 cpp/src/arrow/array/builder_adaptive.h           | 20 ++++++
 cpp/src/arrow/array/builder_base.h               | 16 +++++
 cpp/src/arrow/array/builder_binary.cc            | 14 ++++
 cpp/src/arrow/array/builder_binary.h             | 24 ++++++-
 cpp/src/arrow/array/builder_dict.h               | 24 +++++++
 cpp/src/arrow/array/builder_nested.cc            | 39 ++++++++---
 cpp/src/arrow/array/builder_nested.h             | 52 ++++++++++++--
 cpp/src/arrow/array/builder_primitive.h          | 34 ++++++++++
 cpp/src/arrow/array/builder_union.h              | 60 ++++++++++++++---
 cpp/src/arrow/json/parser_test.cc                | 13 ++--
 cpp/src/arrow/pretty_print.cc                    |  4 +-
 cpp/src/arrow/pretty_print_test.cc               | 11 +--
 python/pyarrow/tests/test_array.py               |  4 +-
 ruby/red-arrow/test/test-struct-array-builder.rb | 16 ++---
 ruby/red-arrow/test/test-struct-array.rb         |  4 +-
 18 files changed, 424 insertions(+), 65 deletions(-)

Reply via email to