This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new ea6004b4f infra: upgrade spark to 3.5.8 (#2045)
ea6004b4f is described below

commit ea6004b4f5f3256e50580de25552878fe5f8975a
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Jan 18 21:17:52 2026 -0500

    infra: upgrade spark to 3.5.8 (#2045)
    
    ## Which issue does this PR close?
    
    - Closes #2041.
    
    ## What changes are included in this PR?
    Upgrade spark to use 3.5.8 which is available in
    https://dlcdn.apache.org/spark/
    3.5.7 is gone, causing our CI to fail
    
    ## Are these changes tested?
---
 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 e31e2273d..7de700bde 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
 

Reply via email to