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/08/30 16:22:13 UTC

[arrow-ballista] branch dependabot/cargo/master/arrow-21.0.0 updated (ead86e71 -> 456a058e)

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

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


 discard ead86e71 Update arrow requirement from 18.0.0 to 21.0.0
     add abeec01c update latest datafusion. (#175)
     add 13812999 MINOR: Remove legacy code from CLI (#168)
     add 456a058e Update arrow requirement from 18.0.0 to 21.0.0

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   (ead86e71)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/arrow-21.0.0 (456a058e)

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:
 .github/workflows/python_build.yml                 | 11 ++++++
 .github/workflows/python_test.yaml                 | 13 ++++++
 .github/workflows/rust.yml                         | 46 ++++++++++++++++++++++
 ballista-cli/Cargo.toml                            |  4 +-
 ballista-cli/src/context.rs                        | 20 +---------
 ballista/rust/client/Cargo.toml                    |  6 +--
 ballista/rust/core/Cargo.toml                      | 18 ++++-----
 ballista/rust/core/proto/datafusion.proto          |  8 +++-
 .../core/src/execution_plans/shuffle_writer.rs     | 12 +++---
 .../core/src/serde/physical_plan/from_proto.rs     |  5 +--
 ballista/rust/core/src/serde/physical_plan/mod.rs  |  7 +++-
 ballista/rust/core/src/serde/scheduler/mod.rs      | 14 +++----
 ballista/rust/executor/Cargo.toml                  |  8 ++--
 ballista/rust/scheduler/Cargo.toml                 | 14 ++++---
 ballista/rust/scheduler/src/lib.rs                 |  1 +
 ballista/rust/scheduler/src/main.rs                | 20 ++++++----
 benchmarks/Cargo.toml                              |  4 +-
 examples/Cargo.toml                                |  6 +--
 python/Cargo.toml                                  |  2 +-
 python/src/functions.rs                            |  2 +-
 python/src/udaf.rs                                 | 12 ++++--
 21 files changed, 153 insertions(+), 80 deletions(-)