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 2019/08/29 15:49:51 UTC

[arrow] branch master updated (b9d8cd5 -> ab712d2)

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 b9d8cd5  ARROW-6381: [C++] BufferOutputStream::Write does extra work that slows down small writes
     add ab712d2  ARROW-6384: [C++] Bump dependency versions

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |    2 +-
 cpp/src/arrow/vendored/string_view.hpp             |   32 +-
 cpp/src/arrow/{array => vendored/xxhash}/README.md |    2 +-
 cpp/src/arrow/vendored/xxhash/xxh3.h               | 1583 ++++++++++++++++++++
 cpp/src/arrow/vendored/xxhash/xxhash.c             |  821 +++++-----
 cpp/src/arrow/vendored/xxhash/xxhash.h             |  328 +++-
 cpp/thirdparty/versions.txt                        |   15 +-
 7 files changed, 2346 insertions(+), 437 deletions(-)
 copy cpp/src/arrow/{array => vendored/xxhash}/README.md (91%)
 create mode 100644 cpp/src/arrow/vendored/xxhash/xxh3.h