From da81d5faff01ab70851138b7804e3df2eab2d275 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 23 Feb 2022 08:52:48 +0100 Subject: [PATCH] MINOR: [CI][Python] Disable Arrow Engine (substrait) in the ubuntu-python-sdist-test build --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9c92ba3f185..18b8e0f57c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -773,8 +773,9 @@ services: shm_size: *shm-size environment: <<: *ccache - # Bundled build of OpenTelemetry needs a git client + # Bundled build of OpenTelemetry and substrait needs a git client ARROW_WITH_OPENTELEMETRY: "OFF" + ARROW_ENGINE: "OFF" PYARROW_VERSION: ${PYARROW_VERSION:-} volumes: *ubuntu-volumes command: >