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/11/18 13:44:32 UTC

[arrow-ballista] branch dependabot/cargo/master/arrow-27.0.0 updated (ef63becc -> caf40e52)

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

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


    omit ef63becc Update arrow requirement from 26.0.0 to 27.0.0
     add 453413f2 Ballista gets a docker image!!! (#521)
     add 5f0cf858 Remove capture group (#527)
     add f3e7e49b fix python build in CI (#528)
     add caf40e52 Update arrow requirement from 26.0.0 to 27.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   (ef63becc)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/arrow-27.0.0 (caf40e52)

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            |   16 +-
 .github/workflows/rust.yml                    |   13 +-
 ballista-cli/Cargo.toml                       |    2 +-
 ballista/client/Cargo.toml                    |    2 +-
 ballista/core/Cargo.toml                      |    3 +
 ballista/core/build.rs                        |   35 +-
 ballista/core/src/serde/generated/.gitignore  |    4 -
 ballista/core/src/serde/generated/ballista.rs | 2840 +++++++++++++++++++++++++
 ballista/scheduler/Cargo.toml                 |    2 +-
 ballista/scheduler/src/flight_sql.rs          |   53 +-
 benchmarks/Cargo.toml                         |    2 +-
 dev/docker/ballista-standalone.Dockerfile     |    3 +
 dev/docker/standalone-entrypoint.sh           |    0
 dev/release/rat_exclude_files.txt             |    1 +
 examples/Cargo.toml                           |    2 +-
 15 files changed, 2908 insertions(+), 70 deletions(-)
 delete mode 100644 ballista/core/src/serde/generated/.gitignore
 create mode 100644 ballista/core/src/serde/generated/ballista.rs
 mode change 100644 => 100755 dev/docker/standalone-entrypoint.sh