Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyiceberg/io/pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down