You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Siddhant Rao (Jira)" <ji...@apache.org> on 2022/11/03 09:48:00 UTC

[jira] [Created] (ARROW-18235) [C++][Gandiva] Fix the like function implementation for escape chars

Siddhant Rao created ARROW-18235:
------------------------------------

             Summary: [C++][Gandiva] Fix the like function implementation for escape chars
                 Key: ARROW-18235
                 URL: https://issues.apache.org/jira/browse/ARROW-18235
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++ - Gandiva
            Reporter: Siddhant Rao


The current conversion of sql like patterns to pcre doesn't work if the escape character is one of the special characters to pcre. Fix this by not escaping those characters if it the escape character itself.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)