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 2020/06/30 14:33:12 UTC

[arrow] branch master updated (95a5904 -> 57bf706)

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 95a5904  ARROW-8647: [C++][Python][Dataset] Allow partitioning fields to be inferred with dictionary type
     add 57bf706  ARROW-9220: [C++] Make utf8proc optional even with ARROW_COMPUTE=ON

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/DefineOptions.cmake              |  3 ++
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |  7 +++-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 48 ++++++++++++++--------
 .../compute/kernels/scalar_string_benchmark.cc     |  4 ++
 .../arrow/compute/kernels/scalar_string_test.cc    |  9 ++++
 5 files changed, 51 insertions(+), 20 deletions(-)