Skip to content

[Gandiva] 'ilike' function does not work #40727

@lriggs

Description

@lriggs

Describe the bug, including details regarding any error messages, version, and platform.

When you attempt to use the 'ilike' function in Gandiva you get an error:
function holder not registered for function ilike

It seems some refactoring missed adding ilike to the function holder registry. This is a regression from Arrow 14.

A simple way to see the error is to add another test case in cpp/src/gandiva/tests/utf8_test.cc for ilike (by copying the existing 'like' test).

Component(s)

C++, C++ - Gandiva

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions