This is an automated email from the ASF dual-hosted git repository.
fokko 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 c9dc8a76 Bump Iceberg in CI to 1.5.2 (#878)
c9dc8a76 is described below
commit c9dc8a761bf9bacf0bbd3b06bf2670cb8fb3fcc9
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Jul 4 23:14:31 2024 +0200
Bump Iceberg in CI to 1.5.2 (#878)
---
dev/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/Dockerfile b/dev/Dockerfile
index 86696fca..e32a6709 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.5.0
+ENV ICEBERG_VERSION=1.5.2
ENV PYICEBERG_VERSION=0.6.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 \