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/08/09 17:06:46 UTC

[arrow] branch master updated (0f1c3a3 -> c11dcb0)

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 0f1c3a3  ARROW-6870: [C#] Add Support for Dictionary Arrays and Dictionary Encoding
     add c11dcb0  ARROW-13132: [C++] Add Scalar validation

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_test.cc                  |   2 +
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |   2 +-
 .../arrow/compute/kernels/scalar_if_else_test.cc   |   6 +-
 .../compute/kernels/scalar_set_lookup_test.cc      |   4 +-
 cpp/src/arrow/compute/kernels/scalar_string.cc     |   5 +-
 .../arrow/compute/kernels/scalar_string_test.cc    |   4 +-
 cpp/src/arrow/compute/kernels/test_util.cc         |   6 +
 cpp/src/arrow/compute/kernels/test_util.h          |   4 -
 cpp/src/arrow/compute/kernels/vector_hash_test.cc  |   2 +-
 .../arrow/compute/kernels/vector_replace_test.cc   |   2 +-
 .../arrow/compute/kernels/vector_selection_test.cc |   4 +-
 cpp/src/arrow/scalar.cc                            | 284 +++++++++
 cpp/src/arrow/scalar.h                             |  21 +
 cpp/src/arrow/scalar_test.cc                       | 665 +++++++++++++++++----
 cpp/src/arrow/testing/gtest_util.h                 |   8 +
 15 files changed, 881 insertions(+), 138 deletions(-)