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 2022/12/20 02:05:34 UTC

[arrow-ballista] branch dependabot/cargo/master/clap-4 updated (8edd4bdb -> ae5c777d)

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

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


    omit 8edd4bdb Update clap requirement from 3 to 4
     add 7c7a9979 Make it concurrently to launch tasks to executors (#557)
     add 20891ae0 fix(ui): fix last seen (#562)
     add a2661e49 Support Alibaba Cloud OSS with ObjectStore (#567)
     add 908aa5a1 Fix cargo clippy (#571)
     add 7c44b5ec Super minor spelling error (#573)
     add 316486d8 Update env_logger requirement from 0.9 to 0.10 (#539)
     add ae5c777d Update clap requirement from 3 to 4

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   (8edd4bdb)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/clap-4 (ae5c777d)

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                            |  2 +-
 ballista/core/Cargo.toml                           |  2 +-
 .../core/src/execution_plans/shuffle_reader.rs     |  2 +-
 ballista/core/src/plugin/mod.rs                    |  2 +-
 ballista/core/src/utils.rs                         | 13 +++-
 ballista/executor/src/executor_server.rs           |  8 +--
 ballista/scheduler/src/state/execution_graph.rs    | 10 ++-
 ballista/scheduler/src/state/mod.rs                | 79 ++++++++++++++--------
 ballista/scheduler/ui/src/components/DataTable.tsx |  3 +-
 benchmarks/Cargo.toml                              |  2 +-
 benchmarks/src/bin/tpch.rs                         |  6 +-
 docs/source/user-guide/python.md                   |  2 +-
 12 files changed, 79 insertions(+), 52 deletions(-)