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 5f590e9 ARROW-15674: [C++][Gandiva] Like function doesn't properly
handle patterns with special characters in certain cases
add 269f5d2 ARROW-15598: [C++][Gandiva] Avoid using hardcoded raw pointer
addresses in generated code
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/annotator.cc | 6 ++++
cpp/src/gandiva/annotator.h | 12 +++++++
cpp/src/gandiva/compiled_expr.h | 4 +--
cpp/src/gandiva/dex.h | 32 ++++++++++++-----
cpp/src/gandiva/expr_decomposer.cc | 65 ++++++++++++++++++++++------------
cpp/src/gandiva/expr_decomposer.h | 3 ++
cpp/src/gandiva/llvm_generator.cc | 57 ++++++++++++++++++++---------
cpp/src/gandiva/llvm_generator.h | 8 +++--
cpp/src/gandiva/llvm_generator_test.cc | 6 ++--
9 files changed, 138 insertions(+), 55 deletions(-)