This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/rand_distr-0.6.0
in repository https://gitbox.apache.org/repos/asf/datafusion.git
discard c329de795b chore(deps): bump rand_distr from 0.5.1 to 0.6.0
add 6798dff0d7 Fix `try_shrink` not freeing back to pool (#20382)
add bd31db9d16 chore(deps): bump sysinfo from 0.38.1 to 0.38.2 (#20411)
add 5f0408c55d chore(deps): bump indicatif from 0.18.3 to 0.18.4 (#20410)
add a829b216da chore(deps): bump liblzma from 0.4.5 to 0.4.6 (#20409)
add 9acf387a21 chore(deps): bump aws-config from 1.8.13 to 1.8.14 (#20407)
add abe5d9862d chore(deps): bump tonic from 0.14.3 to 0.14.4 (#20406)
add 833635557b chore(deps): bump clap from 4.5.57 to 4.5.59 (#20404)
add 939621f790 chore(deps): bump sqllogictest from 0.29.0 to 0.29.1
(#20405)
add 2325aaad25 chore(deps): bump env_logger from 0.11.8 to 0.11.9 (#20402)
add 35588bc183 chore(deps): bump actions/stale from 10.1.1 to 10.2.0
(#20397)
add 4e43ac5a06 chore(deps): bump maturin from 1.11.5 to 1.12.2 in /docs
(#20400)
add 8172526134 chore(deps): bump uuid from 1.20.0 to 1.21.0 (#20401)
add ea51d9049a [Minor] Update object_store to 0.12.5 (#20378)
add 468b690d71 perf: optimize `array_distinct` with batched row conversion
(#20364)
add b6e4f95a5c chore(deps): bump syn from 2.0.114 to 2.0.116 (#20399)
add 5382b1d983 chore(deps): bump rand_distr from 0.5.1 to 0.6.0
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 (c329de795b)
\
N -- N -- N refs/heads/dependabot/cargo/main/rand_distr-0.6.0
(5382b1d983)
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/stale.yml | 2 +-
Cargo.lock | 229 +++++++++++----------
Cargo.toml | 6 +-
benchmarks/Cargo.toml | 2 +-
datafusion-cli/Cargo.toml | 4 +-
datafusion/core/Cargo.toml | 2 +-
datafusion/execution/src/memory_pool/mod.rs | 76 +++++--
.../functions-nested/benches/array_set_ops.rs | 93 ++++++++-
datafusion/functions-nested/src/set_ops.rs | 76 ++++---
datafusion/macros/Cargo.toml | 2 +-
datafusion/sqllogictest/Cargo.toml | 4 +-
datafusion/sqllogictest/test_files/array.slt | 4 +-
docs/requirements.txt | 2 +-
13 files changed, 326 insertions(+), 176 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]