From c908045c4c7264e4e47e0f7b9d65c38e5db91988 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 17 Jan 2026 15:37:51 -0800 Subject: [PATCH 1/2] --build will auto build new deps --- crates/test_utils/src/docker.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/test_utils/src/docker.rs b/crates/test_utils/src/docker.rs index 1a6e883fde..078966ddb8 100644 --- a/crates/test_utils/src/docker.rs +++ b/crates/test_utils/src/docker.rs @@ -79,6 +79,7 @@ impl DockerCompose { self.project_name.as_str(), "up", "-d", + "--build", "--wait", "--timeout", "1200000", From e9d386cab4bc228f4c732900d249eb99c2f84a15 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 17 Jan 2026 17:05:05 -0800 Subject: [PATCH 2/2] fix ci --- crates/integration_tests/testdata/spark/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/integration_tests/testdata/spark/Dockerfile b/crates/integration_tests/testdata/spark/Dockerfile index e31e2273d9..7de700bde2 100644 --- a/crates/integration_tests/testdata/spark/Dockerfile +++ b/crates/integration_tests/testdata/spark/Dockerfile @@ -27,7 +27,7 @@ ENV PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$ RUN mkdir -p ${HADOOP_HOME} && mkdir -p ${SPARK_HOME} && mkdir -p /home/iceberg/spark-events WORKDIR ${SPARK_HOME} -ENV SPARK_VERSION=3.5.7 +ENV SPARK_VERSION=3.5.8 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12 ENV ICEBERG_VERSION=1.10.0