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

github-bot pushed a change to branch dependabot/cargo/main/dirs-5.0.0
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


 discard 8a44af53 Update dirs requirement from 4.0.0 to 5.0.0
     add 47718d86 [feature] support shuffle read with retry when facing IO 
error. (#738)
     add 805e346a [log] Print long running task status. (#750)
     add ae1d3de4 Upgrade DataFusion to 23.0.0 (#755)
     add 8b75ebcb Update dirs requirement from 4.0.0 to 5.0.0

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   (8a44af53)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/dirs-5.0.0 
(8b75ebcb)

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.toml                                         |  19 +-
 ballista-cli/Cargo.toml                            |   2 +-
 ballista/client/Cargo.toml                         |   2 +-
 ballista/client/src/context.rs                     |   2 +-
 ballista/core/Cargo.toml                           |  13 +-
 ballista/core/src/client.rs                        |  91 +++--
 ballista/core/src/serde/generated/ballista.rs      | 454 ++++++++++++++++++---
 ballista/core/src/serde/scheduler/mod.rs           |   2 +-
 ballista/executor/Cargo.toml                       |   8 +-
 ballista/scheduler/Cargo.toml                      |  15 +-
 ballista/scheduler/scheduler_config_spec.toml      |   9 +-
 ballista/scheduler/src/bin/main.rs                 |   2 +
 ballista/scheduler/src/config.rs                   |   3 +
 ballista/scheduler/src/scheduler_server/event.rs   |  69 ++++
 ballista/scheduler/src/scheduler_server/mod.rs     |   2 +
 .../src/scheduler_server/query_stage_scheduler.rs  |  23 +-
 ballista/scheduler/src/state/execution_graph.rs    |   2 +-
 17 files changed, 592 insertions(+), 126 deletions(-)

Reply via email to