This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/hashbrown-0.15.2
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit d08764355c Update hashbrown requirement from 0.14.5 to 0.15.2
add b312ac167e Doc gen: Migrate aggregate functions doc to attribute
based. (#13646)
add dc79dca498 Update hashbrown requirement from 0.14.5 to 0.15.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d08764355c)
\
N -- N -- N refs/heads/dependabot/cargo/main/hashbrown-0.15.2
(dc79dca498)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
datafusion-cli/Cargo.lock | 150 +++++++++++----------
datafusion/core/src/bin/print_functions_docs.rs | 26 ++++
datafusion/doc/src/lib.rs | 84 ++++++++++++
datafusion/functions-aggregate/Cargo.toml | 2 +
.../functions-aggregate/src/approx_distinct.rs | 39 +++---
.../functions-aggregate/src/approx_median.rs | 42 +++---
.../src/approx_percentile_cont.rs | 50 +++----
.../src/approx_percentile_cont_with_weight.rs | 52 ++++---
datafusion/functions-aggregate/src/array_agg.rs | 42 +++---
datafusion/functions-aggregate/src/average.rs | 43 +++---
datafusion/functions-aggregate/src/bool_and_or.rs | 81 +++++------
datafusion/functions-aggregate/src/correlation.rs | 45 +++----
datafusion/functions-aggregate/src/count.rs | 55 ++++----
datafusion/functions-aggregate/src/covariance.rs | 71 ++++------
datafusion/functions-aggregate/src/first_last.rs | 79 +++++------
datafusion/functions-aggregate/src/grouping.rs | 53 ++++----
datafusion/functions-aggregate/src/median.rs | 43 +++---
datafusion/functions-aggregate/src/min_max.rs | 81 +++++------
datafusion/functions-aggregate/src/nth_value.rs | 59 ++++----
datafusion/functions-aggregate/src/stddev.rs | 81 +++++------
datafusion/functions-aggregate/src/string_agg.rs | 52 ++++---
datafusion/functions-aggregate/src/sum.rs | 43 +++---
datafusion/functions-aggregate/src/variance.rs | 47 +++----
datafusion/functions/src/datetime/to_date.rs | 1 +
datafusion/functions/src/math/abs.rs | 25 ++--
datafusion/functions/src/string/ltrim.rs | 1 +
datafusion/macros/src/lib.rs | 31 +++--
docs/source/user-guide/sql/aggregate_functions.md | 36 ++---
28 files changed, 689 insertions(+), 725 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]