Skip to content

Commit 9b4492a

Browse files
committed
use spark 4.0.1
1 parent 8a177a2 commit 9b4492a

File tree

4 files changed

+58
-57
lines changed

4 files changed

+58
-57
lines changed

dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ RUN mkdir -p ${HADOOP_HOME} && mkdir -p ${SPARK_HOME} && mkdir -p /home/iceberg/
3737
WORKDIR ${SPARK_HOME}
3838

3939
# Remember to also update `tests/conftest`'s spark setting
40-
ENV SPARK_VERSION=3.5.6
41-
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
40+
ENV SPARK_VERSION=4.0.1
41+
ENV ICEBERG_SPARK_RUNTIME_VERSION=4.0_2.13
4242
ENV ICEBERG_VERSION=1.10.0
4343
ENV PYICEBERG_VERSION=0.9.1
4444

0 commit comments

Comments
 (0)