tlm365 commented on code in PR #12212: URL: https://github.com/apache/datafusion/pull/12212#discussion_r1737851056
########## datafusion/sqllogictest/test_files/string_view.slt: ########## @@ -1225,6 +1221,48 @@ XiangpengXiangpeng XiangpengXiangpeng XiangpengXiangpeng RaphaelRaphael RaphaelRaphael RaphaelRaphael NULL NULL NULL +## Ensure no casts for binary operators +## TODO: https://github.com/apache/datafusion/issues/12180 +# `~` operator (regex match) +query TT +EXPLAIN SELECT Review Comment: @tshauck Thanks for reviewing. Makes sense to me, I will update it soon. -- 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]
