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

honahx 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 075a400b Bump pyiceberg to 0.6.0 on integration tests (#633)
075a400b is described below

commit 075a400b537160b4384e4c72e8bffcc06c3e7b53
Author: Andre Luis Anastacio <[email protected]>
AuthorDate: Sat Apr 20 20:36:18 2024 -0300

    Bump pyiceberg to 0.6.0 on integration tests (#633)
---
 dev/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/Dockerfile b/dev/Dockerfile
index 3d5deef5..be416625 100644
--- a/dev/Dockerfile
+++ b/dev/Dockerfile
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
 ENV SPARK_VERSION=3.4.3
 ENV ICEBERG_SPARK_RUNTIME_VERSION=3.4_2.12
 ENV ICEBERG_VERSION=1.4.2
-ENV PYICEBERG_VERSION=0.5.1
+ENV PYICEBERG_VERSION=0.6.0
 
 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 \
  && tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark 
--strip-components 1 \

Reply via email to