You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/20 14:58:04 UTC

[GitHub] [arrow] anthonylouisbsb opened a new pull request #12209: ARROW-15391: [C++][Gandiva] Deal with functions that have lock contention

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] anthonylouisbsb closed pull request #12209: ARROW-15391: [C++][Gandiva] Deal with functions that have lock contention

Posted by GitBox <gi...@apache.org>.
anthonylouisbsb closed pull request #12209:
URL: https://github.com/apache/arrow/pull/12209


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #12209: ARROW-15391: [C++][Gandiva] Deal with functions that have lock contention

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12209:
URL: https://github.com/apache/arrow/pull/12209#issuecomment-1017663795


   https://issues.apache.org/jira/browse/ARROW-15391


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] anthonylouisbsb closed pull request #12209: ARROW-15391: [C++][Gandiva] Deal with functions that have lock contention

Posted by GitBox <gi...@apache.org>.
anthonylouisbsb closed pull request #12209:
URL: https://github.com/apache/arrow/pull/12209


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org