crepererum opened a new pull request, #4639:
URL: https://github.com/apache/arrow-datafusion/pull/4639

   # Which issue does this PR close?
   No tracking issue, but found this while working on #4370.
   
   # Rationale for this change
   `ILIKE` is supported by SQL as well as `Expr::ILike` but the physical plan 
lowering never worked.
   
   # What changes are included in this PR?
   Correctly lower `ILIKE` during phys. plan construction.
   
   # Are these changes tested?
   Some coercion tests similar to `LIKE` as well as a new sqllogictest.
   
   # Are there any user-facing changes?
   `ILIKE` and `NOT ILIKE` now "just work".


-- 
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]

Reply via email to