From e471ea8d522fc1197a2080b814aae4e22e44d745 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Wed, 26 Aug 2026 23:03:54 +0800 Subject: [PATCH] ci: use spark-4.0 instead of the nonexistent spark-4 profile in the m2 cache image --- dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache b/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache index 2e20e1660c0..237bdd5acec 100644 --- a/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache +++ b/dev/docker/ubuntu/Dockerfile.ubuntu22-m2-cache @@ -42,7 +42,7 @@ RUN set -ex; \ dependency:go-offline -DskipTests || true; \ # Spark 4.0 - $MVN_CMD -Pjava-17,scala-2.13,spark-4,backends-velox,hadoop-3.3,spark-ut \ + $MVN_CMD -Pjava-17,scala-2.13,spark-4.0,backends-velox,hadoop-3.3,spark-ut \ -Piceberg,iceberg-test,delta,paimon \ dependency:go-offline -DskipTests || true; \