This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/chrono-0.4.43
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 65036c64a6 chore(deps): bump chrono from 0.4.42 to 0.4.43
add 4dfcd7b313 chore(deps): bump insta from 1.46.0 to 1.46.1 (#19901)
add 1a5c100c7d chore(deps): bump taiki-e/install-action from 2.66.5 to
2.66.7 (#19883)
add 5b122cc0dd Consolidate cte_quoted_reference.slt into cte.slt (#19862)
add 84e1ccc0d3 chore(deps): bump sphinx from 8.2.3 to 9.1.0 in /docs
(#19647)
add dededf7c78 Disable failing `array_union` edge-case with nested null
array (#19904)
add 35ebe7955e feat(spark): implement add_months function (#19711)
add 913d1c0a7c perf: Optimize signum scalar performance with fast path
(#19871)
add 6b1a1cb81e fix: preserve state in
DistinctMedianAccumulator::evaluate() for window frame queries (#19887)
add 9626776b4e fix: null in array_agg with DISTINCT and IGNORE (#19736)
add 774a7b5360 chore(deps): bump the proto group across 1 directory with 5
updates (#19745)
add 406e5aa1eb test(wasmtest): enable compression feature for wasm build
(#19860)
add e39e546518 chore(deps): bump chrono from 0.4.42 to 0.4.43
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 (65036c64a6)
\
N -- N -- N refs/heads/dependabot/cargo/main/chrono-0.4.43
(e39e546518)
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 | 75 +++--
Cargo.toml | 6 +-
datafusion/functions-aggregate/src/median.rs | 6 +-
datafusion/functions/benches/signum.rs | 46 +++
datafusion/functions/src/math/signum.rs | 82 +++--
.../optimizer/src/single_distinct_to_groupby.rs | 18 +-
datafusion/proto-common/gen/Cargo.toml | 4 +-
datafusion/proto-common/src/generated/pbjson.rs | 132 ++++----
datafusion/proto/gen/Cargo.toml | 4 +-
datafusion/proto/src/generated/pbjson.rs | 374 ++++++++++-----------
.../spark/src/function/datetime/add_months.rs | 95 ++++++
datafusion/spark/src/function/datetime/mod.rs | 8 +
datafusion/sqllogictest/test_files/aggregate.slt | 79 +++++
datafusion/sqllogictest/test_files/array.slt | 9 +-
datafusion/sqllogictest/test_files/cte.slt | 63 +++-
.../test_files/cte_quoted_reference.slt | 70 ----
.../test_files/spark/datetime/add_months.slt | 52 ++-
.../test_files/spark/datetime/date_add.slt | 11 +-
.../test_files/spark/datetime/date_sub.slt | 10 +
datafusion/substrait/Cargo.toml | 3 +-
.../src/logical_plan/consumer/expr/literal.rs | 2 +
.../src/logical_plan/consumer/expr/mod.rs | 1 +
.../src/logical_plan/consumer/rel/fetch_rel.rs | 2 +
.../substrait/src/logical_plan/consumer/types.rs | 1 +
datafusion/substrait/tests/utils.rs | 1 +
datafusion/wasmtest/Cargo.toml | 4 +-
datafusion/wasmtest/src/lib.rs | 59 +++-
docs/requirements.txt | 4 +-
30 files changed, 789 insertions(+), 438 deletions(-)
create mode 100644 datafusion/spark/src/function/datetime/add_months.rs
delete mode 100644 datafusion/sqllogictest/test_files/cte_quoted_reference.slt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]