crepererum commented on PR #5419:
URL: 
https://github.com/apache/arrow-datafusion/pull/5419#issuecomment-1446519622

   I've also fixed a few test expressions that where buggy (or at least would 
require type coercion which would run on the logical plan), most notably:
   
   - `negate(cast(some_int to UTF8))` => `cast(negate(some_int) to UTF8)`
   - `some_bool.and/or(some_int % 2)` => `some_bool.and/or(some_int % 2 == 0)`


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