liukun4515 commented on PR #3396:
URL: 
https://github.com/apache/arrow-datafusion/pull/3396#issuecomment-1248958557

   I meet so many issue when remove the binary type coercion which is caused 
from these pr https://github.com/apache/arrow-datafusion/pull/3301 
https://github.com/apache/arrow-datafusion/pull/3246
   For example  `is TRUE`, these is a logical expr `Expr::IsTrue` but convert 
it to the physical binary op in 
https://github.com/andygrove/arrow-datafusion/blob/92b1a341aca334c54235ef65737c88037010e30b/datafusion/physical-expr/src/planner.rs#L86
   
   @andygrove  why not generate the logical binary op when create the 
`Expr::IsTrue` logical expr.
   


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