alamb commented on issue #415:
URL: https://github.com/apache/arrow-rs/issues/415#issuecomment-999791134


   Another reproducer from @jwdeitch  on 
https://github.com/apache/arrow-rs/issues/1087
   
   ```rust
       test_utf8!(
           ilike_utf8_scalar_regex,
           vec!["%%%"],
           vec![r#"\%_\%"#],
           ilike_utf8,
           vec![true]
       );
   ```


-- 
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]


Reply via email to