jackwener commented on code in PR #5896: URL: https://github.com/apache/arrow-datafusion/pull/5896#discussion_r1160030626
########## datafusion/core/tests/sqllogictests/test_files/select.slt: ########## @@ -230,3 +230,10 @@ select CASE END; ---- 2 + +# like and ilike for LargeUtf8 +# issue: https://github.com/apache/arrow-datafusion/issues/5893 +query B +select arrow_cast('foo', 'LargeUtf8') like '%foo%'; Review Comment: Sorry, it's not clear.😂 This test cover issue in #5893 English isn't my native language, so I subconsciously thought `issue` is `github issue ` -- 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]
