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 a5f1ab65a2 chore(deps): bump the proto group with 2 updates
     add 2d949e1209 Add note to upgrade guide about MSRV update (#16845)
     add 1d5b2cac8f Fix flaky test case in joins.slt (#16849)
     add 3ec51ebf7f chore(deps): bump sysinfo from 0.35.2 to 0.36.1 (#16850)
     add 4d1db63c6e chore(deps): bump aws-credential-types from 1.2.3 to 1.2.4 
(#16815)
     add a0ce581092 feat: Allow tree explain format width to be customizable 
(#16827)
     add 0326bb23a0 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   (a5f1ab65a2)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-5f30c81d2c 
(0326bb23a0)

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                                         |  12 +-
 datafusion-cli/Cargo.toml                          |   2 +-
 datafusion/common/src/config.rs                    |   4 +
 datafusion/core/Cargo.toml                         |   2 +-
 datafusion/core/src/physical_planner.rs            |   1 +
 datafusion/physical-plan/src/display.rs            |  39 +++-
 .../sqllogictest/test_files/explain_tree.slt       | 231 +++++++++++++++++++++
 .../sqllogictest/test_files/information_schema.slt |   2 +
 datafusion/sqllogictest/test_files/joins.slt       |  28 +--
 docs/source/library-user-guide/upgrading.md        |   8 +
 docs/source/user-guide/configs.md                  |   1 +
 11 files changed, 303 insertions(+), 27 deletions(-)


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

Reply via email to