You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/03/12 21:13:24 UTC

[arrow] branch master updated (590a168 -> 2849b64)

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

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


    from 590a168  ARROW-7865: [R] Test builds on latest Linux versions
     add 2849b64  ARROW-7985: [C++] Fix builder capacity check

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_adaptive.cc  |  2 +-
 cpp/src/arrow/array/builder_base.cc      |  2 +-
 cpp/src/arrow/array/builder_base.h       | 13 ++++++++-----
 cpp/src/arrow/array/builder_binary.cc    |  2 +-
 cpp/src/arrow/array/builder_binary.h     |  2 +-
 cpp/src/arrow/array/builder_dict.h       |  4 ++--
 cpp/src/arrow/array/builder_nested.cc    |  2 +-
 cpp/src/arrow/array/builder_nested.h     |  4 ++--
 cpp/src/arrow/array/builder_primitive.cc |  2 +-
 cpp/src/arrow/array/builder_primitive.h  |  2 +-
 cpp/src/arrow/array_list_test.cc         | 23 +++++++++++++++++++++++
 cpp/src/arrow/array_test.cc              | 14 +++++++++++---
 12 files changed, 53 insertions(+), 19 deletions(-)