Skip to content

Commit 1b4a1b2

Browse files
committed
Docs: Add missing _downcast_ns_timestamp_to_us to ArrowScan docstring
1 parent 9d36e23 commit 1b4a1b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyiceberg/io/pyarrow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,7 @@ class ArrowScan:
17431743
_bound_row_filter: Schema bound row expression to filter the data with
17441744
_case_sensitive: Case sensitivity when looking up column names
17451745
_limit: Limit the number of records.
1746+
_downcast_ns_timestamp_to_us: Whether to downcast nanosecond timestamps to microseconds on read.
17461747
_dictionary_columns: Column names to read as dictionary-encoded arrays.
17471748
"""
17481749

0 commit comments

Comments
 (0)