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/12/08 12:20:02 UTC

[arrow] branch master updated (d1b8ac0 -> 6c831cd)

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 d1b8ac0  ARROW-10788: [C++] Make S3 recursive tree walks parallel
     add 6c831cd  ARROW-8113: [C++] Lighter weight variant<>

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                 |   28 -
 cpp/src/arrow/compute/function_benchmark.cc |   79 +-
 cpp/src/arrow/dataset/filter.h              |    2 +-
 cpp/src/arrow/datum.h                       |    4 +-
 cpp/src/arrow/filesystem/mockfs.cc          |   29 +-
 cpp/src/arrow/flight/client.h               |    2 +-
 cpp/src/arrow/type.cc                       |   12 +-
 cpp/src/arrow/type.h                        |    2 +-
 cpp/src/arrow/util/CMakeLists.txt           |    4 +-
 cpp/src/arrow/util/type_traits.h            |   41 +
 cpp/src/arrow/util/variant.h                |  405 +++-
 cpp/src/arrow/util/variant_benchmark.cc     |  248 +++
 cpp/src/arrow/util/variant_test.cc          |  330 ++++
 cpp/src/arrow/vendored/variant.hpp          | 2835 ---------------------------
 cpp/src/gandiva/literal_holder.h            |    2 +-
 cpp/src/parquet/arrow/path_internal.cc      |   90 +-
 go/arrow/LICENSE.txt                        |   28 -
 python/pyarrow/includes/libarrow_flight.pxd |    2 +-
 18 files changed, 1165 insertions(+), 2978 deletions(-)
 create mode 100644 cpp/src/arrow/util/variant_benchmark.cc
 create mode 100644 cpp/src/arrow/util/variant_test.cc
 delete mode 100644 cpp/src/arrow/vendored/variant.hpp