projjal opened a new pull request #12417:
URL: https://github.com/apache/arrow/pull/12417
For example following pattern 'abc-xyz%' doesn't work however 'abc-xyz'
works. This is because special characters are escaped to work with regex
matcher, but when they are optimised with starts_with/ends_with/is_substr
function these escape characters are not currently removed for the default case
('\' escape char).
--
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]