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 2023/05/10 18:35:10 UTC

[arrow-datafusion] branch main updated (8a112484ac -> 1921ee64b9)

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 8a112484ac Port remainder of `window.rs` to sqllogictest (#6234)
     add 1921ee64b9 feat: negation of `Intervals` (#6312)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/scalar.rs                    | 35 +++++++++
 .../tests/sqllogictests/test_files/interval.slt    | 24 ++++++
 datafusion/expr/src/type_coercion/mod.rs           |  2 +-
 .../physical-expr/src/expressions/negative.rs      | 91 +++++++++++++++++++++-
 4 files changed, 147 insertions(+), 5 deletions(-)