Dandandan opened a new issue, #2745: URL: https://github.com/apache/arrow-rs/issues/2745
**Describe the bug** <!-- A clear and concise description of what the bug is. --> @jhorstmann identified in https://github.com/apache/arrow-rs/pull/2521 > like supports escape characters now (https://github.com/apache/arrow-rs/pull/2258), so I think this also needs to check that the string does not end with '\%' **To Reproduce** <!-- Steps to reproduce the behavior: --> Fails on master: ``` test_utf8_scalar!( test_utf8_scalar_like_escape_contains, vec!["ba%", "ba\\x"], "%a\\%", like_utf8_scalar, vec![true, false] ); ``` **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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
