pepijnve opened a new pull request, #17839: URL: https://github.com/apache/datafusion/pull/17839
## Which issue does this PR close? - Closes #17838. ## Rationale for this change Avoid performance delta between `regexp_like` and `~` where possible. ## What changes are included in this PR? Adds a simplification rule that rewrites simple `regexp_like` invocations as `~` or `~*` operator expressions. ## Are these changes tested? Covered by regexp_like SQL logic tests ## Are there any user-facing changes? No -- 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]
