lriggs opened a new issue, #40727:
URL: https://github.com/apache/arrow/issues/40727

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to