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 2021/02/15 09:53:26 UTC

[arrow] branch master updated (7b4668a -> 568a4aa)

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 7b4668a  ARROW-11621: [CI][Gandiva][Linux] Fix Crossbow setup failure
     add 568a4aa  ARROW-11617: [C++][Gandiva] Fix nested if-else optimisation in gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/expr_decomposer.cc      |  20 +++-
 cpp/src/gandiva/expr_decomposer.h       |   7 +-
 cpp/src/gandiva/expr_decomposer_test.cc | 186 ++++++++++++++++++++++++++++++--
 cpp/src/gandiva/tests/projector_test.cc |  61 +++++++++++
 4 files changed, 257 insertions(+), 17 deletions(-)