Skip to content

Commit 10ed707

Browse files
Fokkokevinjqliu
authored andcommitted
Bump Iceberg-Java to 1.9.1 (apache#2093)
<!-- 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 # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. --> Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 875768f commit 10ed707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
3939
# Remember to also update `tests/conftest`'s spark setting
4040
ENV SPARK_VERSION=3.5.6
4141
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
42-
ENV ICEBERG_VERSION=1.9.0
42+
ENV ICEBERG_VERSION=1.9.1
4343
ENV PYICEBERG_VERSION=0.9.1
4444

4545
RUN curl --retry 5 -s -C - https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \

0 commit comments

Comments
 (0)