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/09 02:14:53 UTC

[arrow-ballista] branch dependabot/cargo/master/sqlparser-0.28 updated (8d23f94b -> 4688f3a9)

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

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


    omit 8d23f94b Update sqlparser requirement from 0.26 to 0.28
     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 4688f3a9 Update sqlparser requirement from 0.26 to 0.28

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   (8d23f94b)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/sqlparser-0.28 (4688f3a9)

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                         |   4 +-
 ballista/client/src/context.rs                     |  19 +-
 ballista/core/Cargo.toml                           |   6 +-
 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, 763 insertions(+), 555 deletions(-)
 copy dev/release/crate-deps.dot => python/src/datatype.rs (58%)