This is an automated email from the ASF dual-hosted git repository.
sungwy 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 6a6e0ab1 Bump up Iceberg version to 1.6.0 (#982)
6a6e0ab1 is described below
commit 6a6e0ab106715370271b2789aa996cf0a4309b74
Author: Andre Luis Anastacio <[email protected]>
AuthorDate: Tue Jul 30 20:59:43 2024 -0300
Bump up Iceberg version to 1.6.0 (#982)
Co-authored-by: Sung Yun <[email protected]>
---
dev/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/Dockerfile b/dev/Dockerfile
index aaabc979..0a8136ec 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.2
+ENV ICEBERG_VERSION=1.6.0
ENV PYICEBERG_VERSION=0.7.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 \