Dandandan opened a new issue #415:
URL: https://github.com/apache/arrow-rs/issues/415
**Describe the bug**
`like_utf8` and `nlike_utf8` and scalar variants don't take care of
escaping the wildcard character.
```
test_utf8_scalar!(
test_utf8_scalar_escape,
vec!["a%", "a%%"],
"a\\%",
like_utf8_scalar,
vec![true, false]
);
```
**To Reproduce**
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]