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 91802ae MINOR: [Doc] Fix "Parametrized" typo in docs (#9931)
add 7950d62 ARROW-12133: [C++][Gandiva] Add option to disable targeting
host cpu during llvm ir compilation
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/configuration.cc | 10 +++-
cpp/src/gandiva/configuration.h | 11 ++--
cpp/src/gandiva/engine.cc | 20 ++++---
cpp/src/gandiva/jni/config_builder.cc | 19 ++----
.../gandiva/evaluator/ConfigurationBuilder.java | 45 ++++++++++++++-
.../org/apache/arrow/gandiva/evaluator/Filter.java | 20 ++++++-
.../apache/arrow/gandiva/evaluator/JniLoader.java | 44 +++++++++++---
.../apache/arrow/gandiva/evaluator/Projector.java | 45 +++++++++++++--
.../arrow/gandiva/evaluator/ProjectorTest.java | 67 ++++++++++++++++++++--
.../arrow/gandiva/evaluator/TestJniLoader.java | 53 +++++++++++++++++
10 files changed, 283 insertions(+), 51 deletions(-)
create mode 100644
java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/TestJniLoader.java