Skip to content

Commit

Permalink
0.8.0 post release steps (apache#1334)
Browse files Browse the repository at this point in the history
* add

* fix mkdoc
  • Loading branch information
kevinjqliu committed Nov 27, 2024
1 parent a69f192 commit 7cfd4ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ body:
description: What Apache Iceberg version are you using?
multiple: false
options:
- "0.7.1 (latest release)"
- "0.8.0 (latest release)"
- "0.7.1"
- "0.7.0"
- "0.6.1"
- "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
ENV SPARK_VERSION=3.5.0
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
ENV ICEBERG_VERSION=1.6.0
ENV PYICEBERG_VERSION=0.7.1
ENV PYICEBERG_VERSION=0.8.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 \
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \
Expand Down
2 changes: 1 addition & 1 deletion pyiceberg/table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ def scan(
row_filter:
A string or BooleanExpression that decsribes the
desired rows
selected_fileds:
selected_fields:
A tuple of strings representing the column names
to return in the output dataframe.
case_sensitive:
Expand Down

0 comments on commit 7cfd4ee

Please sign in to comment.