This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit d8d850a506d500e55f7914a27ca3b37a3e3d347e Author: Fokko Driesprong <[email protected]> AuthorDate: Mon Sep 22 23:24:44 2025 +0200 Bump Iceberg to 1.10.0 --- dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index e81c94e7..77ba1548 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME} ENV SPARK_VERSION=3.5.6 ENV SCALA_VERSION=2.12 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_${SCALA_VERSION} -ENV ICEBERG_VERSION=1.9.2 +ENV ICEBERG_VERSION=1.10.0 ENV PYICEBERG_VERSION=0.10.0 ENV HADOOP_VERSION=3.3.4 ENV AWS_SDK_VERSION=1.12.753
