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

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


    omit 3e3abe92bf chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group
     add de79843fc8 Support explain tree format debug for benchmark debug 
(#16604)
     add 25c2a079fc Add microbenchmark for spilling with compression (#16512)
     new e62a0ebe02 chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group

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   (3e3abe92bf)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-8afbff2258 
(e62a0ebe02)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 benchmarks/src/clickbench.rs                 |   9 +-
 benchmarks/src/h2o.rs                        |   9 +-
 datafusion/core/src/dataframe/mod.rs         |  33 +-
 datafusion/expr/src/logical_plan/builder.rs  |  26 +-
 datafusion/expr/src/logical_plan/mod.rs      |   8 +-
 datafusion/expr/src/logical_plan/plan.rs     |  41 +++
 datafusion/physical-plan/benches/spill_io.rs | 459 ++++++++++++++++++++++++++-
 7 files changed, 567 insertions(+), 18 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to