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

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


The following commit(s) were added to refs/heads/main by this push:
     new b32ac290 Bump Spark to 3.5.0 on integration tests (#635)
b32ac290 is described below

commit b32ac29009205ffc0e66250732e4d470b14d5e91
Author: Andre Luis Anastacio <[email protected]>
AuthorDate: Sat Apr 20 20:36:59 2024 -0300

    Bump Spark to 3.5.0 on integration tests (#635)
---
 dev/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/Dockerfile b/dev/Dockerfile
index be416625..fe459443 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -36,8 +36,8 @@ 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.4.3
-ENV ICEBERG_SPARK_RUNTIME_VERSION=3.4_2.12
+ENV SPARK_VERSION=3.5.0
+ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
 ENV ICEBERG_VERSION=1.4.2
 ENV PYICEBERG_VERSION=0.6.0
 

Reply via email to