findepi commented on code in PR #13259: URL: https://github.com/apache/datafusion/pull/13259#discussion_r1829545826
########## datafusion/sqllogictest/test_files/string/string.slt: ########## @@ -34,6 +34,14 @@ statement ok create table test_substr as select arrow_cast(col1, 'Utf8') as c1 from test_substr_base; +query BBB +SELECT + NULL LIKE '%', + '' LIKE '%', + 'a' LIKE '%' +---- +NULL true true Review Comment: done! -- 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]
