This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/tonic-prost-0.14.3
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
omit 350af0033 chore(deps): bump tonic-prost from 0.14.2 to 0.14.3
add 379752e28 feat: Cluster RPC customisations to support TLS and custom
headers (#1400)
add c7adb4ed1 chore(deps): bump tonic-build from 0.14.2 to 0.14.3 (#1421)
add 7d5650ff5 chore(deps): bump tonic-prost from 0.14.2 to 0.14.3
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 (350af0033)
\
N -- N -- N refs/heads/dependabot/cargo/main/tonic-prost-0.14.3
(7d5650ff5)
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.lock | 9 +-
ballista/core/Cargo.toml | 2 +-
ballista/core/src/client.rs | 35 +-
.../core/src/execution_plans/distributed_query.rs | 53 +-
.../core/src/execution_plans/shuffle_reader.rs | 73 ++-
ballista/core/src/extension.rs | 234 +++++++++
ballista/core/src/utils.rs | 77 ++-
ballista/executor/src/config.rs | 1 +
ballista/executor/src/execution_loop.rs | 14 +-
ballista/executor/src/executor_process.rs | 74 ++-
ballista/executor/src/executor_server.rs | 26 +-
ballista/scheduler/src/config.rs | 25 +
ballista/scheduler/src/flight_proxy_service.rs | 40 +-
ballista/scheduler/src/scheduler_process.rs | 9 +
ballista/scheduler/src/state/executor_manager.rs | 20 +-
examples/Cargo.toml | 12 +
examples/examples/mtls-cluster.rs | 534 +++++++++++++++++++++
examples/examples/standalone-substrait.rs | 7 +-
18 files changed, 1168 insertions(+), 77 deletions(-)
create mode 100644 examples/examples/mtls-cluster.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]