Skip to content

Commit adf8163

Browse files
authored
Bump PyIceberg in CI to 0.6.1 (#879)
1 parent 644ef36 commit adf8163

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
3939
ENV SPARK_VERSION=3.5.0
4040
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
4141
ENV ICEBERG_VERSION=1.5.0
42-
ENV PYICEBERG_VERSION=0.6.0
42+
ENV PYICEBERG_VERSION=0.6.1
4343

4444
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 \
4545
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \

mkdocs/docs/how-to-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,7 @@ A committer triggers the [`Python Docs` Github Actions](https://github.com/apach
218218
## Update the Github template
219219

220220
Make sure to create a PR to update the [GitHub issues template](https://github.com/apache/iceberg-python/blob/main/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml) with the latest version.
221+
222+
## Update the integration tests
223+
224+
Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/apache/iceberg-python/blob/main/dev/Dockerfile).

0 commit comments

Comments
 (0)