Skip to content

Commit 5c46965

Browse files
authored
fix: Bump CI Spark version to 3.5.7 (#1832)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - N/A. ## 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. --> The integration tests are failing CI because Spark 3.5.6 is not available. We should use 3.5.7 now. ## 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)? --> Existing CI tests.
1 parent bb607dc commit 5c46965

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.6
30+
ENV SPARK_VERSION=3.5.7
3131
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
3232
ENV ICEBERG_VERSION=1.10.0
3333

0 commit comments

Comments
 (0)