This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/main/proto-5f30c81d2c
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    omit 0326bb23a0 chore(deps): bump the proto group with 2 updates
     add 3c95281974 feat: improve LiteralGuarantee for the case like `(a=1 AND 
b=1) OR (a=2 AND b=3)` (#16762)
     add 5dd706d631 [main] Update version to 49.0.0, add 49.0.0 changelog 
(#16855)
     add 518fb4b536 fix(build-wasm): put `arrow-ipc/zstd` dep under 
`compression` feature flag (#16844)
     add 3abd63870f chore(deps): bump serde_json from 1.0.140 to 1.0.141 
(#16863)
     add 14ac31d0e0 chore(deps): bump aws-config from 1.8.1 to 1.8.2 (#16864)
     add 3a40625e2e test: Fix flaky join tests (#16860)
     add 717292ca98 chore(deps): bump the proto group with 2 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   (0326bb23a0)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-5f30c81d2c 
(717292ca98)

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                                       | 112 +++----
 Cargo.toml                                       |  73 +++--
 datafusion-cli/Cargo.toml                        |   2 +-
 datafusion/core/Cargo.toml                       |   1 +
 datafusion/physical-expr/src/utils/guarantee.rs  | 339 +++++++++++++++++---
 datafusion/sqllogictest/test_files/join.slt.part |  18 +-
 datafusion/sqllogictest/test_files/joins.slt     |  40 ++-
 dev/changelog/49.0.0.md                          | 387 +++++++++++++++++++++++
 docs/source/user-guide/configs.md                |   2 +-
 9 files changed, 811 insertions(+), 163 deletions(-)
 create mode 100644 dev/changelog/49.0.0.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to