This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/master/env_logger-0.10
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
discard 01081a59 Update env_logger requirement from 0.9 to 0.10
add 70d4a7bb docs: fix style in the Helm readme (#551)
add 9bfed3e9 Fix Helm chart's image format (#550)
add a7c527f3 Update datafusion requirement from 14.0.0 to 15.0.0 (#552)
add 417755e6 Update env_logger 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 (01081a59)
\
N -- N -- N refs/heads/dependabot/cargo/master/env_logger-0.10
(417755e6)
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 | 6 +-
ballista/client/src/context.rs | 19 +-
ballista/core/Cargo.toml | 8 +-
ballista/core/proto/ballista.proto | 1 +
ballista/core/proto/datafusion.proto | 25 +-
ballista/core/src/serde/generated/ballista.rs | 991 +++++++++++----------
ballista/core/src/serde/mod.rs | 4 +-
.../core/src/serde/physical_plan/from_proto.rs | 2 +
ballista/core/src/serde/physical_plan/mod.rs | 8 +-
ballista/core/src/serde/physical_plan/to_proto.rs | 6 +-
ballista/executor/Cargo.toml | 8 +-
ballista/scheduler/Cargo.toml | 6 +-
ballista/scheduler/src/display.rs | 2 +-
ballista/scheduler/src/scheduler_server/grpc.rs | 6 +-
ballista/scheduler/src/state/execution_graph.rs | 10 +-
.../src/state/execution_graph/execution_stage.rs | 6 +-
.../scheduler/src/state/execution_graph_dot.rs | 129 ++-
ballista/scheduler/src/test_utils.rs | 2 +-
benchmarks/Cargo.toml | 4 +-
benchmarks/src/bin/tpch.rs | 4 +-
examples/Cargo.toml | 2 +-
helm/README.md | 2 +
helm/ballista/templates/executor.yaml | 2 +-
helm/ballista/templates/scheduler.yaml | 2 +-
helm/ballista/values.yaml | 2 +-
python/Cargo.toml | 2 +-
python/src/context.rs | 16 +-
python/src/dataset.rs | 4 +-
.../crate-deps.dot => python/src/datatype.rs | 33 +-
python/src/lib.rs | 2 +
python/src/udaf.rs | 4 +
32 files changed, 765 insertions(+), 557 deletions(-)
copy dev/release/crate-deps.dot => python/src/datatype.rs (58%)