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/09/22 08:46:58 UTC

[arrow] branch master updated (c47b58a -> c557ac3)

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 c47b58a  ARROW-10013: [FlightRPC][C++] fix setting generic client options
     add c557ac3  ARROW-10035: [C++] Update vendored libraries

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                        |    4 +-
 cpp/src/arrow/util/hashing.h                       |    9 -
 cpp/src/arrow/util/utf8.cc                         |    7 +-
 cpp/src/arrow/vendored/datetime.h                  |    5 +
 cpp/src/arrow/vendored/datetime/README.md          |    2 +-
 cpp/src/arrow/vendored/datetime/date.h             |  101 +-
 cpp/src/arrow/vendored/datetime/ios.h              |    4 +-
 cpp/src/arrow/vendored/datetime/ios.mm             |  526 +--
 cpp/src/arrow/vendored/datetime/tz.cpp             |  145 +-
 cpp/src/arrow/vendored/datetime/tz.h               |  269 +-
 cpp/src/arrow/vendored/datetime/tz_private.h       |    6 +-
 cpp/src/arrow/vendored/string_view.hpp             |   49 +-
 cpp/src/arrow/vendored/utfcpp/README.md            |   28 +
 .../arrow/vendored/{utf8cpp => utfcpp}/checked.h   |   64 +-
 cpp/src/arrow/vendored/{utf8cpp => utfcpp}/core.h  |   45 +-
 cpp/src/arrow/vendored/utfcpp/cpp11.h              |  103 +
 cpp/src/arrow/vendored/xxhash.h                    |   10 -
 cpp/src/arrow/vendored/xxhash/README.md            |    3 +-
 cpp/src/arrow/vendored/xxhash/xxh3.h               | 1583 -------
 cpp/src/arrow/vendored/xxhash/xxhash.c             | 1141 +----
 cpp/src/arrow/vendored/xxhash/xxhash.h             | 4854 ++++++++++++++++++--
 cpp/src/plasma/client.cc                           |    1 -
 22 files changed, 5385 insertions(+), 3574 deletions(-)
 create mode 100644 cpp/src/arrow/vendored/utfcpp/README.md
 rename cpp/src/arrow/vendored/{utf8cpp => utfcpp}/checked.h (87%)
 rename cpp/src/arrow/vendored/{utf8cpp => utfcpp}/core.h (93%)
 create mode 100644 cpp/src/arrow/vendored/utfcpp/cpp11.h
 delete mode 100644 cpp/src/arrow/vendored/xxhash/xxh3.h