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

dheres pushed a change to branch 
dependabot/cargo/main/all-other-cargo-deps-2dadc7eaf4
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from 1aa26665f6 chore(deps): bump the all-other-cargo-deps group across 1 
directory with 18 updates
     add 4166a6d60f perf: Optimize comparison on nested types (#20716)
     add bd071be1dc feat: add `custom_string_literal_override` to unparser 
Dialect trait (#20590)
     add 26251bb37a Use exact distinct_count from statistics if exists for 
`COUNT(DISTINCT column))` calculations (#20845)
     add a7e09412a2 fix(spark): return input string for PATH/FILE on schemeless 
URLs in `parse_url` (#20506)
     add 972b890027 thin-ci (#20972)
     add fa6706a8cd chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 (#20973)
     add e1ce1575a8 Merge branch 'main' into 
dependabot/cargo/main/all-other-cargo-deps-2dadc7eaf4

No new revisions were added by this update.

Summary of changes:
 .github/workflows/extended.yml                     |   2 +-
 Cargo.lock                                         |   6 +-
 Cargo.toml                                         |   6 +
 .../physical_optimizer/aggregate_statistics.rs     | 153 ++++++++++++++++++++-
 datafusion/functions-aggregate/src/count.rs        |  49 ++++---
 datafusion/physical-expr-common/Cargo.toml         |   8 ++
 .../physical-expr-common/benches/compare_nested.rs |  74 ++++++++++
 datafusion/physical-expr-common/src/datum.rs       |   8 +-
 datafusion/spark/src/function/url/parse_url.rs     | 126 ++++++++++++++++-
 datafusion/sql/src/unparser/dialect.rs             |  11 ++
 datafusion/sql/src/unparser/expr.rs                |  84 +++++++++--
 .../test_files/spark/url/parse_url.slt             | 133 ++++++++++++++++++
 .../test_files/spark/url/try_parse_url.slt         | 133 ++++++++++++++++++
 13 files changed, 749 insertions(+), 44 deletions(-)
 create mode 100644 datafusion/physical-expr-common/benches/compare_nested.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to