Jefffrey commented on PR #19324: URL: https://github.com/apache/datafusion/pull/19324#issuecomment-3655185459
> I didnt' use the `simplify` because the DF LIKE is non-nullable when both inputs are non-null #19257 and the DF planner rejects escape chars other than backslash; the Spark UDF currently calls Arrow directly without that check. So we would have to handle both of these or crete a share LIKE func before we can use the `simplify` like the Datafusion. If that's the case then I think we can leave the Spark Like code on main as is without any changes 👍 -- 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]
