You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/11/10 19:41:07 UTC

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

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

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


    from 509c82c6d Add another method to collect referenced columns from an expression (#4153)
     add 5883e43db Use f64::total_cmp instead of OrderedFloat (#4133)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/Cargo.lock                          |  14 +-
 datafusion/common/Cargo.toml                       |   1 -
 datafusion/common/src/scalar.rs                    |  79 +++----
 datafusion/core/Cargo.toml                         |   1 -
 datafusion/physical-expr/Cargo.toml                |   1 -
 .../src/aggregate/approx_percentile_cont.rs        |  10 +-
 .../approx_percentile_cont_with_weight.rs          |   4 +-
 .../physical-expr/src/aggregate/count_distinct.rs  |   7 +-
 datafusion/physical-expr/src/aggregate/tdigest.rs  | 236 ++++++++-------------
 9 files changed, 136 insertions(+), 217 deletions(-)