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/10/19 10:45:33 UTC

[arrow-ballista] branch dependabot/cargo/master/etcd-client-0.10 updated (633ed98c -> 656ff967)

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

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


 discard 633ed98c Update etcd-client requirement from 0.9 to 0.10
     add f2d6dfe7 Avoid calling scheduler when the executor cannot accept new tasks (#378)
     add f4e6a55f Fix latest commit (#379)
     add 8d83fa24 Unified the log level configuration behavior (#386)
     add 610db7a5 Add DistinctCount support (#384)
     add 231d1e3c Update flatbuffers requirement from 2.1.2 to 22.9.29 (#390)
     add 656ff967 Update etcd-client requirement from 0.9 to 0.10

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   (633ed98c)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/etcd-client-0.10 (656ff967)

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/core/proto/ballista.proto                |  1 +
 ballista/core/src/serde/physical_plan/mod.rs      | 29 +++++++++++++++++++++--
 ballista/core/src/serde/physical_plan/to_proto.rs |  8 ++++++-
 ballista/executor/src/execution_loop.rs           | 19 +++++++++++----
 ballista/executor/src/main.rs                     | 11 ++++-----
 ballista/scheduler/Cargo.toml                     |  2 +-
 ballista/scheduler/src/main.rs                    | 10 ++++----
 7 files changed, 60 insertions(+), 20 deletions(-)