This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 6e14384 ARROW-7841: [C++] Use ${HADOOP_HOME}/lib/native/ to find
libhdfs.so again
add 52255a1 ARROW-7819: [C++][Gandiva] Add DumpIR to Filter/Projector
object
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/arrow.h | 3 +
cpp/src/gandiva/configuration.h | 6 ++
cpp/src/gandiva/engine.cc | 142 +++++++++++++-------------
cpp/src/gandiva/engine.h | 40 ++++----
cpp/src/gandiva/engine_llvm_test.cc | 178 ++++++++++++++++-----------------
cpp/src/gandiva/filter.cc | 2 +
cpp/src/gandiva/filter.h | 8 +-
cpp/src/gandiva/llvm_generator.cc | 29 +++---
cpp/src/gandiva/llvm_generator.h | 3 +-
cpp/src/gandiva/llvm_generator_test.cc | 52 ++++------
cpp/src/gandiva/llvm_types.h | 68 ++++---------
cpp/src/gandiva/projector.cc | 2 +
cpp/src/gandiva/projector.h | 10 +-
python/pyarrow/gandiva.pyx | 8 ++
python/pyarrow/includes/libgandiva.pxd | 14 ++-
python/pyarrow/tests/test_gandiva.py | 6 ++
16 files changed, 286 insertions(+), 285 deletions(-)