File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
description : What Apache Iceberg version are you using?
10
10
multiple : false
11
11
options :
12
- - " 0.6.1 (latest release)"
12
+ - " 0.7.0 (latest release)"
13
+ - " 0.6.1"
13
14
- " 0.6.0"
14
15
- " 0.5.0"
15
16
- " 0.4.0"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
39
39
ENV SPARK_VERSION=3.5.0
40
40
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
41
41
ENV ICEBERG_VERSION=1.5.2
42
- ENV PYICEBERG_VERSION=0.6.1
42
+ ENV PYICEBERG_VERSION=0.7.0
43
43
44
44
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 \
45
45
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \
You can’t perform that action at this time.
0 commit comments