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 2023/01/31 16:58:37 UTC

[arrow] branch master updated (61f3cdfd70 -> 9fc0efae81)

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 61f3cdfd70 GH-33874: [Java] Ensure custom headers are included during JDBC auth handshake (#33946)
     add 9fc0efae81 GH-14863: [C++] Add appender functions to array builders that can take optionals (#24372)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_test.cc               | 16 ++++++++++++++++
 cpp/src/arrow/array/builder_base.h              | 22 ++++++++++++++++++++++
 cpp/src/arrow/array/builder_binary.h            |  4 +++-
 cpp/src/arrow/array/builder_primitive.h         |  8 ++++++--
 cpp/src/arrow/compute/kernels/scalar_compare.cc |  6 +-----
 cpp/src/arrow/testing/matchers.h                | 10 +++-------
 6 files changed, 51 insertions(+), 15 deletions(-)