You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2019/07/01 09:41:51 UTC

[arrow] branch master updated (91b4cbc -> 175ad65)

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

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


    from 91b4cbc  ARROW-5726: [Java] Implement a common interface for int vectors
     add 175ad65  ARROW-3459: [C++][Gandiva] support for string o/p

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/annotator.cc                       | 26 ++++---
 cpp/src/gandiva/annotator.h                        |  5 +-
 cpp/src/gandiva/annotator_test.cc                  |  5 +-
 cpp/src/gandiva/expr_validator.cc                  |  6 ++
 cpp/src/gandiva/field_descriptor.h                 | 11 ++-
 cpp/src/gandiva/gdv_function_stubs.cc              | 37 ++++++++++
 cpp/src/gandiva/jni/jni_common.cc                  | 49 +++++++++++--
 cpp/src/gandiva/llvm_generator.cc                  | 20 ++++++
 cpp/src/gandiva/llvm_generator.h                   |  3 +
 cpp/src/gandiva/projector.cc                       | 81 ++++++++++++++++------
 cpp/src/gandiva/projector.h                        |  4 +-
 cpp/src/gandiva/tests/utf8_test.cc                 | 28 ++++++--
 .../apache/arrow/gandiva/evaluator/Projector.java  | 15 ++--
 .../arrow/gandiva/evaluator/ProjectorTest.java     | 74 ++++++++++++++++++++
 14 files changed, 314 insertions(+), 50 deletions(-)