This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 8275b13c Bump version in `Dockerfile` (#2464)
8275b13c is described below

commit 8275b13cb5de0efc0f52c1960861a72fc0d7246a
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Sep 11 19:18:05 2025 +0200

    Bump version in `Dockerfile` (#2464)
    
    # 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.
    -->
---
 dev/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/Dockerfile b/dev/Dockerfile
index 5292e264..702dff34 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -40,7 +40,7 @@ WORKDIR ${SPARK_HOME}
 ENV SPARK_VERSION=3.5.6
 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
 ENV ICEBERG_VERSION=1.9.1
-ENV PYICEBERG_VERSION=0.9.1
+ENV PYICEBERG_VERSION=0.10.0
 
 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 \
  && tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark 
--strip-components 1 \

Reply via email to