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 2022/04/29 09:10:07 UTC

[arrow] branch master updated (0e3043d48b -> fcaab318a0)

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 0e3043d48b ARROW-16055: [C++][Gandiva] Skip unnecessary work during cache hit when using object code cache
     add fcaab318a0 ARROW-15426: [C++][Gandiva] Update InExpressionNode validation

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/expr_validator.cc     | 61 ++++++++++++++------------
 cpp/src/gandiva/expr_validator.h      |  2 -
 cpp/src/gandiva/node.h                | 11 ++++-
 cpp/src/gandiva/tests/in_expr_test.cc | 82 +++++++++++++++++++++++++++++++++++
 cpp/src/gandiva/tree_expr_builder.cc  | 31 ++++++-------
 5 files changed, 140 insertions(+), 47 deletions(-)