This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/proto-dfa7aae14e
in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard 02d5455d92 chore(deps): bump prost from 0.13.5 to 0.14.1 in the proto
group
add 08e75a9a10 chore(deps): bump taiki-e/install-action from 2.62.5 to
2.62.6 (#17766)
add bdcfd43129 Keep aggregate udaf schema names unique when missing an
order-by (#17731)
add 78786d6962 feat : Display function alias in output column name (#17690)
add 7f70ac6a54 Support join cardinality estimation less conservatively
(#17476)
add b6f2b08c5d chore(deps): bump libc from 0.2.175 to 0.2.176 (#17767)
add 05426bca6b chore(deps): bump postgres-types from 0.2.9 to 0.2.10
(#17768)
add bb3e0d8cb0 Use `Expr::qualified_name()` and `Column::new()` to extract
partition keys from window and aggregate operators (#17757)
add c1d6f34316 Prevent exponential planning time for Window functions - v2
(#17684)
add ed18c9f3af chore(deps): bump prost from 0.13.5 to 0.14.1 in the proto
group
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 (02d5455d92)
\
N -- N -- N refs/heads/dependabot/cargo/main/proto-dfa7aae14e
(ed18c9f3af)
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:
.github/workflows/audit.yml | 2 +-
.github/workflows/rust.yml | 4 +-
Cargo.lock | 16 +--
.../examples/date_time_functions.rs | 16 +--
datafusion/common/Cargo.toml | 2 +-
datafusion/core/benches/sql_planner.rs | 3 +-
datafusion/core/tests/dataframe/mod.rs | 30 ++---
.../tests/user_defined/user_defined_aggregates.rs | 14 +-
.../user_defined/user_defined_scalar_functions.rs | 14 +-
datafusion/expr/src/udaf.rs | 2 +-
datafusion/optimizer/src/push_down_filter.rs | 71 +++++++++-
datafusion/physical-plan/src/joins/utils.rs | 35 +++--
datafusion/physical-plan/src/windows/mod.rs | 148 ++++++++++++++++-----
datafusion/sql/src/expr/function.rs | 41 +++++-
datafusion/sqllogictest/Cargo.toml | 2 +-
datafusion/sqllogictest/test_files/aggregate.slt | 23 ++++
datafusion/sqllogictest/test_files/window.slt | 89 +++++++++++++
17 files changed, 406 insertions(+), 106 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]