From 95262826aee522db98295f5cd7ae880cc27f4a01 Mon Sep 17 00:00:00 2001 From: HonahX Date: Sun, 6 Oct 2024 01:55:39 -0700 Subject: [PATCH] remove dead links --- mkdocs/docs/contributing.md | 2 +- pyiceberg/table/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/contributing.md b/mkdocs/docs/contributing.md index 62db11c6b7..1e266450ee 100644 --- a/mkdocs/docs/contributing.md +++ b/mkdocs/docs/contributing.md @@ -42,7 +42,7 @@ To get started, you can run `make install`, which installs Poetry and all the de If you want to install the library on the host, you can simply run `pip3 install -e .`. If you wish to use a virtual environment, you can run `poetry shell`. Poetry will open up a virtual environment with all the dependencies set. -To set up IDEA with Poetry ([also on Loom](https://www.loom.com/share/6d36464d45f244729d91003e7f671fd2)): +To set up IDEA with Poetry: - Open up the Python project in IntelliJ - Make sure that you're on latest main (that includes Poetry) diff --git a/pyiceberg/table/__init__.py b/pyiceberg/table/__init__.py index 66b22a7a79..b01ad10539 100644 --- a/pyiceberg/table/__init__.py +++ b/pyiceberg/table/__init__.py @@ -853,7 +853,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: