You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2024/01/25 12:00:32 UTC

(arrow-datafusion) branch main updated (4ac7de17ca -> 4a3986aca9)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 4ac7de17ca Fix optimize projections bug (#8960)
     add 4a3986aca9 NOT operator not return internal error when args are not boolean value (#8982)

No new revisions were added by this update.

Summary of changes:
 datafusion/optimizer/src/analyzer/type_coercion.rs |  6 +++++-
 datafusion/physical-expr/src/expressions/not.rs    | 11 +----------
 datafusion/sqllogictest/test_files/scalar.slt      |  4 ++--
 3 files changed, 8 insertions(+), 13 deletions(-)