This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump-java in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit 6e88ee8ead6c51f439d4977eaf40a90caac5b50c Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Nov 14 10:36:30 2024 +0100 Test: Bump Iceberg-Java to 1.7.0 --- dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index 02affa78..ea0df40c 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -38,7 +38,7 @@ WORKDIR ${SPARK_HOME} ENV SPARK_VERSION=3.5.0 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12 -ENV ICEBERG_VERSION=1.6.0 +ENV ICEBERG_VERSION=1.7.0 ENV PYICEBERG_VERSION=0.7.1 RUN curl --retry 3 -s -C - https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \
