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 2022/11/11 11:44:03 UTC

[arrow-datafusion] branch master updated (5883e43db -> f2f846512)

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

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


    from 5883e43db Use f64::total_cmp instead of OrderedFloat (#4133)
     add f2f846512 Improve Error Handling and Readibility for downcasting `Decimal128Array` (#4168)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/tpch.rs                             |  8 ++++--
 datafusion/common/src/cast.rs                      | 19 ++++++++++++-
 datafusion/common/src/scalar.rs                    | 32 ++++++++++++----------
 datafusion/physical-expr/Cargo.toml                |  2 +-
 datafusion/physical-expr/src/expressions/binary.rs |  5 ++--
 .../src/expressions/binary/adapter.rs              |  3 +-
 6 files changed, 47 insertions(+), 22 deletions(-)