You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/05/25 02:31:22 UTC

[arrow] branch master updated (3ac0971 -> d7dc021)

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

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


    from 3ac0971  ARROW-8924: [C++][Gandiva] Avoid potential int overflow in castDATE_date32()
     add d7dc021  ARROW-8633: [C++] Add ValidateAscii function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/utf8.h                 | 101 ++++++++++++++++++++++++++++++
 cpp/src/arrow/util/utf8_util_benchmark.cc |  26 +++++++-
 cpp/src/arrow/util/utf8_util_test.cc      |  46 ++++++++++++++
 3 files changed, 170 insertions(+), 3 deletions(-)