You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "crepererum (via GitHub)" <gi...@apache.org> on 2023/02/27 15:17:27 UTC

[GitHub] [arrow-datafusion] crepererum commented on pull request #5419: refactor: ParquetExec logical expr. => phys. expr.

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org