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/05/01 18:48:04 UTC

[arrow] branch master updated (bcd2e94 -> 5d3dbd0)

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 bcd2e94  PARQUET-1820: [C++] pre-buffer specified columns of row group
     add 5d3dbd0  ARROW-8660: [C++][Gandiva] Reduce usage of Boost in Gandiva codebase

No new revisions were added by this update.

Summary of changes:
 cpp/build-support/trim-boost.sh                   |   2 +-
 cpp/src/arrow/util/hashing.h                      |  42 ++++++++
 cpp/src/arrow/util/string.cc                      |  23 +++++
 cpp/src/arrow/util/string.h                       |   6 ++
 cpp/src/arrow/util/string_test.cc                 |  16 +++
 cpp/src/gandiva/CMakeLists.txt                    |   2 +-
 cpp/src/gandiva/annotator.h                       |   2 +-
 cpp/src/gandiva/arrow.h                           |  12 +--
 cpp/src/gandiva/configuration.cc                  |   2 -
 cpp/src/gandiva/decimal_type_util.cc              |   2 +-
 cpp/src/gandiva/decimal_xlarge.cc                 |   2 +-
 cpp/src/gandiva/dex_visitor.h                     |   2 +-
 cpp/src/gandiva/engine.h                          |   2 +-
 cpp/src/gandiva/expr_decomposer_test.cc           |   1 -
 cpp/src/gandiva/expr_validator.h                  |   3 +-
 cpp/src/gandiva/filter.cc                         |  57 ++++++++++-
 cpp/src/gandiva/filter.h                          |  25 +++++
 cpp/src/gandiva/filter_cache_key.h                |  96 -----------------
 cpp/src/gandiva/function_signature.cc             |  59 +++++++++--
 cpp/src/gandiva/function_signature.h              |  33 +-----
 cpp/src/gandiva/function_signature_test.cc        |   2 +
 cpp/src/gandiva/jni/expression_registry_helper.cc |   1 +
 cpp/src/gandiva/llvm_generator.cc                 |   1 -
 cpp/src/gandiva/llvm_types.h                      |   2 +-
 cpp/src/gandiva/logging.h                         |  21 ----
 cpp/src/gandiva/lvalue.h                          |   2 +-
 cpp/src/gandiva/native_function.h                 |   1 +
 cpp/src/gandiva/node_visitor.h                    |   2 +-
 cpp/src/gandiva/precompiled/decimal_ops.cc        |   2 +-
 cpp/src/gandiva/projector.cc                      |  94 ++++++++++++++++-
 cpp/src/gandiva/projector_cache_key.h             | 119 ----------------------
 cpp/src/gandiva/selection_vector.h                |   2 +-
 cpp/src/gandiva/selection_vector_impl.h           |   2 +-
 33 files changed, 339 insertions(+), 301 deletions(-)
 delete mode 100644 cpp/src/gandiva/filter_cache_key.h
 delete mode 100644 cpp/src/gandiva/logging.h
 delete mode 100644 cpp/src/gandiva/projector_cache_key.h