Dandandan edited a comment on issue #1087:
URL: https://github.com/apache/arrow-rs/issues/1087#issuecomment-999778586
> Thanks for filing Andrew!
>
> Here is a reproducer test case:
>
> ```
> test_utf8!(
> ilike_utf8_scalar_regex,
> vec!["%%%"],
> vec![r#"\%_\%"#],
> ilike_utf8,
> vec![true]
> );
> ```
>
> the `... pat.replace("%", ".*") ... ` areas might need to consider a
leading `\` to know to _not_ make the `.*` replacement
I guess that's the same/similar as
https://github.com/apache/arrow-rs/issues/415 ?
Do you think so as well?
--
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]