This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/main/arrow-32.0.0
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
discard 3ddce74e Update arrow requirement from 29.0.0 to 32.0.0
add 1a6bc262 check in benchmark image (#647)
add 918c3448 Remove `python` dir & python-related workflows (#654)
add 5d82506c Update arrow requirement from 29.0.0 to 32.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 (3ddce74e)
\
N -- N -- N refs/heads/dependabot/cargo/main/arrow-32.0.0
(5d82506c)
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/dev.yml | 4 +-
.github/workflows/python_build.yml | 128 -------
.github/workflows/python_test.yaml | 73 ----
README.md | 2 +-
...bench-h-workstation-10-distributed-perquery.png | Bin 0 -> 33223 bytes
python/.cargo/config | 22 --
python/.dockerignore | 19 --
python/.gitignore | 20 --
python/CHANGELOG.md | 129 -------
python/Cargo.toml | 56 ---
python/LICENSE.txt | 202 -----------
python/README.md | 185 ----------
python/ballista/__init__.py | 113 -------
python/ballista/functions.py | 23 --
python/ballista/tests/__init__.py | 16 -
python/ballista/tests/generic.py | 87 -----
python/ballista/tests/test_aggregation.py | 48 ---
python/ballista/tests/test_catalog.py | 72 ----
python/ballista/tests/test_context.py | 63 ----
python/ballista/tests/test_dataframe.py | 198 -----------
python/ballista/tests/test_functions.py | 219 ------------
python/ballista/tests/test_imports.py | 65 ----
python/ballista/tests/test_sql.py | 250 --------------
python/ballista/tests/test_udaf.py | 136 --------
python/pyproject.toml | 55 ---
python/requirements-310.txt | 210 ------------
python/requirements-37.txt | 318 ------------------
python/requirements.in | 27 --
python/requirements.txt | 282 ----------------
python/src/ballista_context.rs | 137 --------
python/src/catalog.rs | 128 -------
python/src/context.rs | 275 ---------------
python/src/dataframe.rs | 189 -----------
python/src/dataset.rs | 134 --------
python/src/dataset_exec.rs | 278 ---------------
python/src/datatype.rs | 39 ---
python/src/errors.rs | 111 ------
python/src/expression.rs | 138 --------
python/src/functions.rs | 374 ---------------------
python/src/lib.rs | 73 ----
python/src/pyarrow_filter_expression.rs | 219 ------------
python/src/udaf.rs | 146 --------
python/src/udf.rs | 95 ------
python/src/utils.rs | 47 ---
44 files changed, 3 insertions(+), 5402 deletions(-)
delete mode 100644 .github/workflows/python_build.yml
delete mode 100644 .github/workflows/python_test.yaml
create mode 100644 docs/sqlbench-h-workstation-10-distributed-perquery.png
delete mode 100644 python/.cargo/config
delete mode 100644 python/.dockerignore
delete mode 100644 python/.gitignore
delete mode 100644 python/CHANGELOG.md
delete mode 100644 python/Cargo.toml
delete mode 100644 python/LICENSE.txt
delete mode 100644 python/README.md
delete mode 100644 python/ballista/__init__.py
delete mode 100644 python/ballista/functions.py
delete mode 100644 python/ballista/tests/__init__.py
delete mode 100644 python/ballista/tests/generic.py
delete mode 100644 python/ballista/tests/test_aggregation.py
delete mode 100644 python/ballista/tests/test_catalog.py
delete mode 100644 python/ballista/tests/test_context.py
delete mode 100644 python/ballista/tests/test_dataframe.py
delete mode 100644 python/ballista/tests/test_functions.py
delete mode 100644 python/ballista/tests/test_imports.py
delete mode 100644 python/ballista/tests/test_sql.py
delete mode 100644 python/ballista/tests/test_udaf.py
delete mode 100644 python/pyproject.toml
delete mode 100644 python/requirements-310.txt
delete mode 100644 python/requirements-37.txt
delete mode 100644 python/requirements.in
delete mode 100644 python/requirements.txt
delete mode 100644 python/src/ballista_context.rs
delete mode 100644 python/src/catalog.rs
delete mode 100644 python/src/context.rs
delete mode 100644 python/src/dataframe.rs
delete mode 100644 python/src/dataset.rs
delete mode 100644 python/src/dataset_exec.rs
delete mode 100644 python/src/datatype.rs
delete mode 100644 python/src/errors.rs
delete mode 100644 python/src/expression.rs
delete mode 100644 python/src/functions.rs
delete mode 100644 python/src/lib.rs
delete mode 100644 python/src/pyarrow_filter_expression.rs
delete mode 100644 python/src/udaf.rs
delete mode 100644 python/src/udf.rs
delete mode 100644 python/src/utils.rs