You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pr...@apache.org on 2020/03/09 11:45:16 UTC

[arrow] branch master updated (af45b92 -> 116672f)

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

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


    from af45b92  ARROW-7991: [C++][Plasma] Allow option for evicting if full when creating an object
     add 116672f  ARROW-7335: [C++][Gandiva] Add day_time_interval functions: castBIGINT, extractDay

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/expression_registry.cc             |  4 ++
 cpp/src/gandiva/function_registry_common.h         |  1 +
 cpp/src/gandiva/function_registry_datetime.cc      |  9 ++-
 cpp/src/gandiva/jni/expression_registry_helper.cc  | 20 ++++++
 cpp/src/gandiva/jni/jni_common.cc                  | 16 ++++-
 cpp/src/gandiva/llvm_types.cc                      |  1 +
 cpp/src/gandiva/precompiled/time.cc                | 19 ++++++
 cpp/src/gandiva/precompiled/types.h                |  1 +
 cpp/src/gandiva/proto/Types.proto                  |  6 ++
 .../gandiva/evaluator/ExpressionRegistry.java      | 16 ++++-
 .../arrow/gandiva/expression/ArrowTypeHelper.java  | 24 +++++++-
 .../arrow/gandiva/evaluator/BaseEvaluatorTest.java |  9 +++
 .../arrow/gandiva/evaluator/ProjectorTest.java     | 72 ++++++++++++++++++++++
 13 files changed, 193 insertions(+), 5 deletions(-)