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/03/20 22:21:03 UTC

[arrow] branch master updated (4f9db530 -> 54b87c8)

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 4f9db530 ARROW-8166: [C++] fix AVX512 intrinsics fail with clang-8
     add 54b87c8  ARROW-8178: [C++] Update to Flatbuffers 1.12.0

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/metadata_internal.cc             |  23 +-
 cpp/src/generated/File_generated.h                 |  59 +-
 cpp/src/generated/Message_generated.h              | 129 ++--
 cpp/src/generated/Schema_generated.h               | 489 ++++++++-------
 cpp/src/generated/SparseTensor_generated.h         | 275 ++++----
 cpp/src/generated/Tensor_generated.h               | 166 ++---
 cpp/src/generated/feather_generated.h              | 157 +++--
 cpp/src/plasma/common_generated.h                  |  25 +-
 cpp/src/plasma/plasma_generated.h                  | 689 ++++++++++++---------
 .../flatbuffers/include/flatbuffers/base.h         |  43 +-
 .../flatbuffers/include/flatbuffers/flatbuffers.h  | 392 ++++++++----
 .../include/flatbuffers/stl_emulation.h            |  36 +-
 12 files changed, 1465 insertions(+), 1018 deletions(-)