-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Gandiva] 'ilike' function does not work #40727
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable