You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yi...@apache.org on 2023/01/17 05:09:02 UTC

[arrow] branch master updated (44b093235f -> 641d1da6be)

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

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


    from 44b093235f MINOR: [Documentation] Remove trailing spaces in CODEOWNERS file (#33713)
     add 641d1da6be GH-15171: [C++] Pass std::string_view by value (#33684)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_binary.h                   |  4 ++--
 cpp/src/arrow/compute/exec/tpch_node_test.cc           | 11 +++++------
 cpp/src/arrow/compute/kernels/scalar_string_internal.h |  3 +--
 cpp/src/arrow/flight/cookie_internal.cc                |  2 +-
 cpp/src/arrow/flight/cookie_internal.h                 |  2 +-
 cpp/src/arrow/io/memory.cc                             |  2 +-
 cpp/src/arrow/io/memory.h                              |  2 +-
 cpp/src/arrow/scalar_test.cc                           |  2 +-
 cpp/src/arrow/util/decimal.cc                          | 17 ++++++++---------
 cpp/src/arrow/util/decimal.h                           |  8 ++++----
 cpp/src/arrow/util/hashing.h                           | 14 +++++++-------
 cpp/src/arrow/util/hashing_test.cc                     |  2 +-
 cpp/src/arrow/util/utf8.cc                             |  2 +-
 cpp/src/arrow/util/utf8.h                              |  2 +-
 cpp/src/arrow/util/utf8_internal.h                     |  4 ++--
 cpp/src/parquet/encoding.cc                            |  4 ++--
 16 files changed, 39 insertions(+), 42 deletions(-)