Skip to content

Commit 322e674

Browse files
ZENOTMEZENOTME
and
ZENOTME
authored
fix: upgrade spark version (#1384)
## Which issue does this PR close? 3.5.5 in https://dlcdn.apache.org/spark/ has been upgrade to 3.5.6 ## What changes are included in this PR? <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> Co-authored-by: ZENOTME <st810918843@gmail.com>
1 parent 425db3f commit 322e674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/integration_tests/testdata/spark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$
2727
RUN mkdir -p ${HADOOP_HOME} && mkdir -p ${SPARK_HOME} && mkdir -p /home/iceberg/spark-events
2828
WORKDIR ${SPARK_HOME}
2929

30-
ENV SPARK_VERSION=3.5.5
30+
ENV SPARK_VERSION=3.5.6
3131
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
3232
ENV ICEBERG_VERSION=1.6.0
3333

0 commit comments

Comments
 (0)