File tree 5 files changed +0
-162
lines changed
5 files changed +0
-162
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1088,14 +1088,6 @@ tasks:
1088
1088
PYTEST_ARGS : " -m hypothesis -W error"
1089
1089
image : conda-python-pandas
1090
1090
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
-
1099
1091
test-ubuntu-22.04-python-313-freethreading :
1100
1092
ci : github
1101
1093
template : docker-tests/github.linux.yml
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ x-hierarchy:
128
128
- conda-python-hdfs
129
129
- conda-python-no-numpy
130
130
- conda-python-spark
131
- - conda-python-substrait
132
131
- conda-verify-rc
133
132
- conan
134
133
- debian-cpp :
@@ -1467,33 +1466,6 @@ services:
1467
1466
/arrow/ci/scripts/python_build.sh /arrow /build &&
1468
1467
/arrow/ci/scripts/integration_dask.sh"]
1469
1468
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
-
1497
1469
conda-python-cpython-debug :
1498
1470
# Usage:
1499
1471
# docker compose build conda
You can’t perform that action at this time.
0 commit comments