Skip to content

Commit cea9b2e

Browse files
committed
apacheGH-45159: [CI][Integration] Remove substrait consumer-testing integration job
1 parent f7f4995 commit cea9b2e

5 files changed

+0
-162
lines changed

ci/docker/conda-python-substrait.dockerfile

-59
This file was deleted.

ci/scripts/install_substrait_consumer.sh

-36
This file was deleted.

ci/scripts/integration_substrait.sh

-31
This file was deleted.

dev/tasks/tasks.yml

-8
Original file line numberDiff line numberDiff line change
@@ -1088,14 +1088,6 @@ tasks:
10881088
PYTEST_ARGS: "-m hypothesis -W error"
10891089
image: conda-python-pandas
10901090

1091-
test-conda-python-3.10-substrait:
1092-
ci: github
1093-
template: docker-tests/github.linux.yml
1094-
params:
1095-
env:
1096-
PYTHON: "3.10"
1097-
image: conda-python-substrait
1098-
10991091
test-ubuntu-22.04-python-313-freethreading:
11001092
ci: github
11011093
template: docker-tests/github.linux.yml

docker-compose.yml

-28
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ x-hierarchy:
128128
- conda-python-hdfs
129129
- conda-python-no-numpy
130130
- conda-python-spark
131-
- conda-python-substrait
132131
- conda-verify-rc
133132
- conan
134133
- debian-cpp:
@@ -1467,33 +1466,6 @@ services:
14671466
/arrow/ci/scripts/python_build.sh /arrow /build &&
14681467
/arrow/ci/scripts/integration_dask.sh"]
14691468

1470-
conda-python-substrait:
1471-
# Usage:
1472-
# docker compose build conda
1473-
# docker compose build conda-cpp
1474-
# docker compose build conda-python
1475-
# docker compose build conda-python-substrait
1476-
# docker compose run --rm conda-python-substrait
1477-
image: ${REPO}:${ARCH}-conda-python-${PYTHON}
1478-
build:
1479-
context: .
1480-
dockerfile: ci/docker/conda-python-substrait.dockerfile
1481-
cache_from:
1482-
- ${REPO}:${ARCH}-conda-python-${PYTHON}
1483-
args:
1484-
repo: ${REPO}
1485-
arch: ${ARCH}
1486-
python: ${PYTHON}
1487-
shm_size: *shm-size
1488-
environment:
1489-
<<: [*common, *ccache]
1490-
ARROW_SUBSTRAIT: "ON"
1491-
volumes: *conda-volumes
1492-
command:
1493-
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
1494-
/arrow/ci/scripts/python_build.sh /arrow /build &&
1495-
/arrow/ci/scripts/integration_substrait.sh"]
1496-
14971469
conda-python-cpython-debug:
14981470
# Usage:
14991471
# docker compose build conda

0 commit comments

Comments
 (0)