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 55ecc76b Bump Iceberg to 1.5.0 on integration tests (#634)
55ecc76b is described below
commit 55ecc76bc64a0bfd3b79666410ddbc3a0ba3f2c8
Author: Andre Luis Anastacio <[email protected]>
AuthorDate: Sun Apr 21 01:38:53 2024 -0300
Bump Iceberg to 1.5.0 on integration tests (#634)
---
dev/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/Dockerfile b/dev/Dockerfile
index fe459443..11db7cb9 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.4.2
+ENV ICEBERG_VERSION=1.5.0
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 \