Skip to content

Commit 70c63be

Browse files
authored
infra: use Iceberg 1.10.1 (#2886)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change New Iceberg Version. Relates to #2885 Let's get #2885 in before this PR ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent d0cbc19 commit 70c63be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/spark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG BASE_IMAGE_SPARK_VERSION=4.0.1
1818
FROM apache/spark:${BASE_IMAGE_SPARK_VERSION}
1919

2020
# Dependency versions - keep these compatible
21-
ARG ICEBERG_VERSION=1.10.0
21+
ARG ICEBERG_VERSION=1.10.1
2222
ARG ICEBERG_SPARK_RUNTIME_VERSION=4.0_2.13
2323
ARG SPARK_VERSION=4.0.1
2424
ARG HADOOP_VERSION=3.4.1

0 commit comments

Comments
 (0)