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/10/24 17:38:08 UTC

[arrow-ballista] branch dependabot/cargo/master/clap-4 updated (cd3556f8 -> 2b3c6fb9)

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

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


 discard cd3556f8 Update clap requirement from 3 to 4
     add 4cee4bed delete unused files (#437)
     add 356159d8 Remove conbench (#435)
     add 018b5427 MINOR: Remove files left over from forking from Arrow (#436)
     add 0a518ae6 Scheduler now verifies that `file://` ListingTable URLs are accessible (#414)
     add fc240966 README updates (#433)
     add 8c76051a prettier (#438)
     add eec5c18d Add a feature for hdfs3 (#439)
     add 2b3c6fb9 Update clap requirement from 3 to 4

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   (cd3556f8)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/clap-4 (2b3c6fb9)

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:
 .dir-locals.el                                     |  22 --
 .editorconfig                                      |  27 --
 .env                                               |  74 ------
 .hadolint.yaml                                     |  24 --
 .pre-commit-config.yaml                            |  69 ------
 README.md                                          |  39 ++-
 ballista/client/Cargo.toml                         |   1 +
 ballista/core/Cargo.toml                           |   5 +-
 ballista/core/src/utils.rs                         |   4 +-
 ballista/scheduler/src/planner.rs                  |   1 +
 ballista/scheduler/src/scheduler_server/grpc.rs    |   4 +-
 ballista/scheduler/src/state/mod.rs                |  67 ++++-
 ballista/ui/.gitignore                             |   1 -
 ballista/ui/yarn.lock                              |   4 -
 benchmarks/README.md                               |  81 +++++-
 benchmarks/spark/.gitignore                        |   1 +
 benchmarks/spark/README.md                         |  96 ++++++++
 benchmarks/spark/pom.xml                           | 104 ++++++++
 .../main/scala/org/apache/arrow/SparkTpch.scala    | 273 +++++++++++++++++++++
 conbench/.flake8                                   |   2 -
 conbench/.gitignore                                | 130 ----------
 conbench/.isort.cfg                                |   2 -
 conbench/README.md                                 | 252 -------------------
 conbench/_criterion.py                             |  98 --------
 conbench/benchmarks.json                           |   8 -
 conbench/benchmarks.py                             |  41 ----
 conbench/requirements-test.txt                     |   3 -
 conbench/requirements.txt                          |   1 -
 dev/release/rat_exclude_files.txt                  |  79 ------
 docker-compose.yml                                 |   2 +-
 docs/developer/images/ballista-benchmarks.png      | Bin 0 -> 24749 bytes
 31 files changed, 649 insertions(+), 866 deletions(-)
 delete mode 100644 .dir-locals.el
 delete mode 100644 .editorconfig
 delete mode 100644 .env
 delete mode 100644 .hadolint.yaml
 delete mode 100644 .pre-commit-config.yaml
 delete mode 100644 ballista/ui/.gitignore
 delete mode 100644 ballista/ui/yarn.lock
 create mode 100644 benchmarks/spark/.gitignore
 create mode 100644 benchmarks/spark/README.md
 create mode 100644 benchmarks/spark/pom.xml
 create mode 100644 benchmarks/spark/src/main/scala/org/apache/arrow/SparkTpch.scala
 delete mode 100644 conbench/.flake8
 delete mode 100755 conbench/.gitignore
 delete mode 100644 conbench/.isort.cfg
 delete mode 100644 conbench/README.md
 delete mode 100644 conbench/_criterion.py
 delete mode 100644 conbench/benchmarks.json
 delete mode 100644 conbench/benchmarks.py
 delete mode 100644 conbench/requirements-test.txt
 delete mode 100644 conbench/requirements.txt
 create mode 100644 docs/developer/images/ballista-benchmarks.png