This is an automated email from the ASF dual-hosted git repository.
jackylee-ch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ca20beba5e [MINOR][CI] Use spark-4.0 instead of the nonexistent
spark-4 profile in the m2 cache image (#12903)
ca20beba5e is described below
commit ca20beba5ede09d1090994119dc7c57166a802db
Author: YangJie <[email protected]>
AuthorDate: Wed Aug 26 21:31:54 2026 -0400
[MINOR][CI] Use spark-4.0 instead of the nonexistent spark-4 profile in the
m2 cache image (#12903)
---
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 2e20e1660c..237bdd5ace 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; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]