nl5887 opened a new issue, #4547: URL: https://github.com/apache/arrow-rs/issues/4547
**Describe the bug** When having new lines in fields, LIKEs with wildcards (%data%) fail to match those fields. **To Reproduce** Have a field with like: ``` test Air ``` LIKE '%Air%' won't match the field **Expected behavior** LIKE '%Air%' should match the field. **Additional context** This can be fixed by adding the s flag to the regex. -- 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]
