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/06/03 01:19:52 UTC

[arrow] branch master updated (199d089 -> 87db7f5)

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 199d089  ARROW-8917: [C++] Formalize "metafunction" concept. Add Take and Filter metafunctions, port R and Python bindings
     add 87db7f5  ARROW-8951: [C++] Fix compiler warnings on gcc8 in release builds

No new revisions were added by this update.

Summary of changes:
 .../encryption-reader-writer-all-crypto-options.cc    |  1 +
 .../parquet/low-level-api/encryption-reader-writer.cc |  3 +++
 cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc | 12 ++++--------
 cpp/src/arrow/python/serialize.cc                     |  2 +-
 cpp/src/arrow/type_benchmark.cc                       |  2 +-
 cpp/src/arrow/util/time.cc                            | 19 ++++++++++++++++++-
 cpp/src/arrow/util/time.h                             | 14 +++-----------
 cpp/src/gandiva/precompiled/arithmetic_ops.cc         |  4 ++--
 8 files changed, 33 insertions(+), 24 deletions(-)