You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/05/02 17:29:48 UTC

[arrow-datafusion] branch main updated (beee1d9130 -> 9031c2b8c7)

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

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


    from beee1d9130 refactor: optimizer shouldn't assume failed rules are internal error (#6184)
     add 9031c2b8c7 fix: type coercion ignore prevent  `Interval - Date` (#6177)

No new revisions were added by this update.

Summary of changes:
 .../tests/sqllogictests/test_files/timestamps.slt  |  2 +-
 .../sqllogictests/test_files/type_coercion.slt     | 22 +++++++++
 datafusion/expr/src/type_coercion/binary.rs        | 53 +++++++++++-----------
 datafusion/expr/src/type_coercion/mod.rs           |  9 ++--
 datafusion/optimizer/src/analyzer/type_coercion.rs |  6 +--
 5 files changed, 57 insertions(+), 35 deletions(-)