From 1b4a1b2591b8c8cd2fe0ab3586a014d64c214366 Mon Sep 17 00:00:00 2001 From: Jared Yu Date: Wed, 1 Jul 2026 22:28:37 -0700 Subject: [PATCH] Docs: Add missing _downcast_ns_timestamp_to_us to ArrowScan docstring --- pyiceberg/io/pyarrow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyiceberg/io/pyarrow.py b/pyiceberg/io/pyarrow.py index 6259f311e9..7e1babd58d 100644 --- a/pyiceberg/io/pyarrow.py +++ b/pyiceberg/io/pyarrow.py @@ -1743,6 +1743,7 @@ class ArrowScan: _bound_row_filter: Schema bound row expression to filter the data with _case_sensitive: Case sensitivity when looking up column names _limit: Limit the number of records. + _downcast_ns_timestamp_to_us: Whether to downcast nanosecond timestamps to microseconds on read. _dictionary_columns: Column names to read as dictionary-encoded arrays. """