We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d36e23 commit 1b4a1b2Copy full SHA for 1b4a1b2
1 file changed
pyiceberg/io/pyarrow.py
@@ -1743,6 +1743,7 @@ class ArrowScan:
1743
_bound_row_filter: Schema bound row expression to filter the data with
1744
_case_sensitive: Case sensitivity when looking up column names
1745
_limit: Limit the number of records.
1746
+ _downcast_ns_timestamp_to_us: Whether to downcast nanosecond timestamps to microseconds on read.
1747
_dictionary_columns: Column names to read as dictionary-encoded arrays.
1748
"""
1749
0 commit comments