anthonylouisbsb opened a new pull request #12209: URL: https://github.com/apache/arrow/pull/12209
The Gandiva Cache code deal with expressions that contains RE2 patterns in a different way than the other expressions, as one can see in this line in code: https://github.com/apache/arrow/blob/188c94a9820ef3377573b835c9dc9dcb96ceafe4/cpp/src/gandiva/expression_cache_key.h#L68 But it is not dealing with all available functions with RE2 patterns, it is missing the following ones: - ILIKE - REGEXP_REPLACE -- 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]
