You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/04/03 04:14:52 UTC

[arrow-ballista] branch dependabot/cargo/main/dirs-5.0.0 updated (2286d723 -> 285447c8)

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 2286d723 Update dirs requirement from 4.0.0 to 5.0.0
     add 620b5cf3 Update README.md (#729)
     add f98a3785 Update link to proto file in dev docs (#713)
     add a08347a3 Fix `show tables` fails (#715)
     add 0b496e59 Remove redundant fields in ExecutorManager (#728)
     add 837c8406 Fix parameter '--config-backend' to '--cluster-backend' (#720)
     add 32f97930 Upgrade DataFusion to 21.0.0 (#727)
     add 285447c8 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   (2286d723)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/dirs-5.0.0 (285447c8)

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                                         |  14 +-
 ballista-cli/Cargo.toml                            |  14 +-
 ballista/client/README.md                          |   2 +-
 ballista/client/src/context.rs                     |  16 +-
 ballista/core/src/utils.rs                         |  85 +++--
 ballista/executor/src/execution_loop.rs            |  17 +-
 ballista/executor/src/executor_server.rs           |  17 +-
 ballista/scheduler/scheduler_config_spec.toml      |   8 +-
 ballista/scheduler/src/bin/main.rs                 |   2 +-
 ballista/scheduler/src/cluster/kv.rs               | 199 +++++++----
 ballista/scheduler/src/cluster/memory.rs           |  74 ++---
 ballista/scheduler/src/cluster/mod.rs              |  27 +-
 ballista/scheduler/src/cluster/test/mod.rs         |  36 +-
 ballista/scheduler/src/config.rs                   |  34 +-
 ballista/scheduler/src/scheduler_server/grpc.rs    |  45 +--
 ballista/scheduler/src/scheduler_server/mod.rs     |   4 +-
 .../src/state/execution_graph/execution_stage.rs   |   3 +-
 .../scheduler/src/state/execution_graph_dot.rs     |   4 +-
 ballista/scheduler/src/state/executor_manager.rs   | 363 ++++-----------------
 ballista/scheduler/src/state/mod.rs                |   4 +-
 ballista/scheduler/src/test_utils.rs               |   4 +-
 ballista/scheduler/ui/README.md                    |   6 +-
 docker-compose.yml                                 |   2 +-
 docs/developer/architecture.md                     |   2 +-
 24 files changed, 388 insertions(+), 594 deletions(-)