oc7o commented on code in PR #23188: URL: https://github.com/apache/datafusion/pull/23188#discussion_r3500259426
########## datafusion/sqllogictest/test_files/strings.slt: ########## @@ -91,6 +91,27 @@ P1e1 P1m1e1 e1 +# SIMILAR TO with `%` wildcard (zero or more characters) Review Comment: Yes I added this. test_similar_to_regex_metachars_are_literals covers `.`, `^`, `$`, `|`, `(`, `)`, `*`, `[`, `]` `\`, plus equivalent SLT cases -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
