waynexia opened a new issue, #6841: URL: https://github.com/apache/arrow-datafusion/issues/6841
### Is your feature request related to a problem or challenge? `Expr::Like` and `Expr::ILike` are based on the same `Like` struct. And most of their logic is similar. ### Describe the solution you'd like Combine `Expr::Like` and `Expr::ILike` variants. And express the `I` by adding one field `ignore_case: bool` in the `Like` struct ### Describe alternatives you've considered Keep it as is ### Additional context https://github.com/apache/arrow-datafusion/pull/6840 Has to handle two similar cases from `Like` and `ILike`. -- 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]
