This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/main/all-other-cargo-deps-95ef956154
in repository https://gitbox.apache.org/repos/asf/datafusion.git
omit 811fe95013 chore(deps): bump the all-other-cargo-deps group across 1
directory with 17 updates
add 8d9b080882 [Minor] propagate distinct_count as inexact through unions
(#20846)
add 4b022c0e33 fix: do not recompute hash join exec properties if not
required (#20900)
add 6b7152387c [main] Bump to 52.3.0 and changelog (#20790) (#20849)
add 363c9eebfc chore(deps): bump the all-other-cargo-deps group across 1
directory with 17 updates
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 (811fe95013)
\
N -- N -- N
refs/heads/dependabot/cargo/main/all-other-cargo-deps-95ef956154 (363c9eebfc)
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:
Cargo.lock | 84 +++---
Cargo.toml | 76 ++---
datafusion/physical-plan/src/execution_plan.rs | 7 +-
.../physical-plan/src/joins/hash_join/exec.rs | 7 +-
datafusion/physical-plan/src/sorts/sort.rs | 2 +-
datafusion/physical-plan/src/union.rs | 313 ++++++++++++++++++++-
dev/changelog/{49.0.2.md => 52.3.0.md} | 21 +-
docs/source/user-guide/configs.md | 2 +-
8 files changed, 416 insertions(+), 96 deletions(-)
copy dev/changelog/{49.0.2.md => 52.3.0.md} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]