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

github-bot pushed a change to branch 
dependabot/cargo/master/configure_me_codegen-eq-0.4.3
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


 discard 8fe416a8 Update configure_me_codegen requirement from =0.4.0 to =0.4.3
     add 9a6ec0a8 [minor] remove todo (#683)
     add 22029020 Add executor terminating status for graceful shutdown (#667)
     add cd0d822f Allow `BallistaContext::read_*` methods to read multiple 
paths. (#679)
     add 449ae487 Update scheduler.md (#657)
     add 35019e64 Mark `SchedulerState` as pub (#688)
     add b61cfbf5 Update graphviz-rust requirement from 0.5.0 to 0.6.1 (#651)
     add a95e621a Upgrade DataFusion to 19.0.0 (#691)
     add ca4f0b8f Update configure_me_codegen requirement from =0.4.0 to =0.4.3

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   (8fe416a8)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/master/configure_me_codegen-eq-0.4.3 (ca4f0b8f)

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:
 ballista-cli/Cargo.toml                            |   4 +-
 ballista/client/Cargo.toml                         |   4 +-
 ballista/client/README.md                          |   2 +-
 ballista/client/src/context.rs                     |  33 ++++--
 ballista/core/Cargo.toml                           |  11 +-
 ballista/core/proto/ballista.proto                 |   1 +
 .../core/src/execution_plans/shuffle_writer.rs     |   5 +-
 ballista/core/src/serde/generated/ballista.rs      |   4 +-
 ballista/executor/Cargo.toml                       |  22 +++-
 ballista/executor/src/executor.rs                  |  21 ++++
 ballista/executor/src/executor_process.rs          |  60 ++++++++--
 ballista/executor/src/executor_server.rs           |  13 +-
 ballista/scheduler/Cargo.toml                      |  19 ++-
 ballista/scheduler/scheduler_config_spec.toml      |   6 +
 ballista/scheduler/src/bin/main.rs                 |   1 +
 ballista/scheduler/src/config.rs                   |   9 ++
 ballista/scheduler/src/scheduler_server/grpc.rs    |  34 ++++--
 ballista/scheduler/src/scheduler_server/mod.rs     | 132 +++++++++++++--------
 ballista/scheduler/src/state/executor_manager.rs   | 119 +++++++++++++++++--
 ballista/scheduler/src/state/mod.rs                |   3 +-
 benchmarks/Cargo.toml                              |  11 +-
 docs/source/user-guide/scheduler.md                |   2 +-
 examples/Cargo.toml                                |  12 +-
 23 files changed, 402 insertions(+), 126 deletions(-)

Reply via email to