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

dependabot[bot] pushed a change to branch dependabot/cargo/main/futures-0.3.34
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


    omit 26216ac91 chore(deps): bump futures from 0.3.33 to 0.3.34
     add fcd8a5a04 perf(core): push a consumer's row limit into 
RangeShuffleReaderExec (#2334)
     add d93364432 chore(deps): bump rustls from 0.23.42 to 0.23.43 (#2332)
     add 8aa273803 chore(deps): bump lru from 0.18.1 to 0.18.2 (#2327)
     add 6269d944e chore(ci): bump swatinem/rust-cache from 2.9.1 to 2.9.2 
(#2329)
     add 7d0497a83 chore(deps): bump clap from 4.6.4 to 4.6.6 (#2330)
     add 162034341 chore(deps): bump bytesize from 2.4.2 to 2.7.0 (#2333)
     add fa8bad36a chore(deps): bump futures from 0.3.33 to 0.3.34

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   (26216ac91)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/futures-0.3.34 
(fa8bad36a)

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/k8s-chaos.yml                    |   2 +-
 Cargo.lock                                         |  38 ++--
 ballista/core/proto/ballista.proto                 |   2 +
 .../src/execution_plans/range_shuffle_reader.rs    |  91 ++++++---
 ballista/core/src/serde/generated/ballista.rs      |   3 +
 ballista/core/src/serde/mod.rs                     |  18 +-
 ballista/scheduler/src/state/aqe/adapter.rs        | 222 +++++++++++++--------
 ballista/scheduler/src/state/task_builder.rs       |   2 +-
 8 files changed, 250 insertions(+), 128 deletions(-)


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

Reply via email to