kumarUjjawal commented on PR #19324: URL: https://github.com/apache/datafusion/pull/19324#issuecomment-3654032226
@Jefffrey I need some clarification about this change, according to your issue #17964, you wanted to use the DF's equivalent function to the Spark. But DataFusion doesn’t expose LIKE as a reusable `datafusion_functions`. LIKE is implemented as a built-in operator/physical expression. Is the goal to create shared UDF for LIKE. -- 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]
