Anthony Louis Gotlib Ferreira created ARROW-15391:
-----------------------------------------------------
Summary: [C++][Gandiva] Treat functions with lock contention
Key: ARROW-15391
URL: https://issues.apache.org/jira/browse/ARROW-15391
Project: Apache Arrow
Issue Type: Bug
Components: C++ - Gandiva
Reporter: Anthony Louis Gotlib Ferreira
Assignee: Anthony Louis Gotlib Ferreira
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 message was sent by Atlassian Jira
(v8.20.1#820001)