comphead commented on PR #15820:
URL: https://github.com/apache/datafusion/pull/15820#issuecomment-2827893961

   > Correct, DataFusion was correctly handling Like and ILike - but DataFusion 
stores that as a single `Expr::Like ` with a boolean for whether its case 
insensitive.
   > 
   > When translating that expression back into the SQL AST, we need to use the 
correct AST expression for `Expr::Like` with `case_insensitive` equal to `true` 
(i.e. `ILIKE`) or `Expr::Like` with `case_insensitive` equal to false (i.e. 
`LIKE`)
   
   I see, thanks for letting me know. 


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

Reply via email to