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 f24dea2 ARROW-9351: [C++] Fix CMake 3.2 detection in option value
validation
add 6074a07 ARROW-9343: [C++][Gandiva] CastInt/Float from string
functions should handle leading/trailing white spaces
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/context_helper.cc | 28 -----
cpp/src/gandiva/execution_context.h | 12 --
cpp/src/gandiva/function_registry_arithmetic.cc | 5 -
cpp/src/gandiva/function_registry_string.cc | 5 +
cpp/src/gandiva/gdv_function_stubs.h | 6 -
cpp/src/gandiva/precompiled/arithmetic_ops.cc | 34 ------
cpp/src/gandiva/precompiled/arithmetic_ops_test.cc | 128 --------------------
cpp/src/gandiva/precompiled/string_ops.cc | 26 ++++
cpp/src/gandiva/precompiled/string_ops_test.cc | 134 +++++++++++++++++++++
9 files changed, 165 insertions(+), 213 deletions(-)