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 587ce1d ARROW-14792: [C++] Fix crash when reading DELTA_BYTE_ARRAY
Parquet file
add 6704cdf ARROW-12595: [C++][Gandiva] Implement TO_HEX([binary] field),
HEX, UNHEX and FROM_HEX([string]field] functions
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/function_registry_string.cc | 15 ++
cpp/src/gandiva/precompiled/string_ops.cc | 116 +++++++++++++
cpp/src/gandiva/precompiled/string_ops_test.cc | 226 +++++++++++++++++++++++++
cpp/src/gandiva/precompiled/types.h | 10 ++
cpp/src/gandiva/tests/projector_test.cc | 96 +++++++++++
5 files changed, 463 insertions(+)