You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/12/31 22:02:52 UTC

[arrow] branch master updated (c07d148 -> 967728f)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from c07d148  ARROW-7481: [C#] fix typo
     add 967728f  ARROW-7484: [C++][Gandiva] Fix typos

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/decimal_ir.cc                     |  2 +-
 cpp/src/gandiva/expr_decomposer.cc                |  2 +-
 cpp/src/gandiva/expr_decomposer.h                 |  2 +-
 cpp/src/gandiva/expression_registry.h             |  2 +-
 cpp/src/gandiva/function_signature.cc             |  2 +-
 cpp/src/gandiva/function_signature.h              |  2 +-
 cpp/src/gandiva/jni/expression_registry_helper.cc |  2 +-
 cpp/src/gandiva/llvm_generator.cc                 | 12 ++++++------
 cpp/src/gandiva/lru_cache.h                       | 10 +++++-----
 cpp/src/gandiva/native_function.h                 |  2 +-
 cpp/src/gandiva/precompiled/decimal_ops.cc        |  2 +-
 cpp/src/gandiva/projector.h                       |  4 ++--
 cpp/src/gandiva/tests/decimal_test.cc             |  2 +-
 cpp/src/gandiva/to_date_holder_test.cc            |  6 +++---
 14 files changed, 26 insertions(+), 26 deletions(-)