From 7660a5b0341acf4f935bd5743d3da590c0b90667 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 18 Nov 2024 14:30:12 -0500 Subject: [PATCH] 0.8.0 post release steps (#1334) * add * fix mkdoc --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++- dev/Dockerfile | 2 +- pyiceberg/table/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 6b8b7b4c13..08dac0fe13 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -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" diff --git a/dev/Dockerfile b/dev/Dockerfile index 02affa78e2..5f6214a4f6 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -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 \ diff --git a/pyiceberg/table/__init__.py b/pyiceberg/table/__init__.py index 8055082542..7d32412985 100644 --- a/pyiceberg/table/__init__.py +++ b/pyiceberg/table/__init__.py @@ -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: