You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
Bug fix for GH-40727
### What changes are included in this PR?
Register the 'ilike' function.
Added unit test.
### Are these changes tested?
Yes, unit test.
### Are there any user-facing changes?
No.
* GitHub Issue: #40727
Authored-by: Logan Riggs <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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
The text was updated successfully, but these errors were encountered: