File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def read_arrow(
8888 * ,
8989 batch_size : int = 65536 , # Extracted from kwargs
9090 ** kwargs : Any , # Dataset open options passed to OGR
91- ) -> tuple [_Meta , pa .Table ]: ...
91+ ) -> tuple [_Meta , pa .Table ]: ... # pyright: ignore[reportUnknownMemberType] # pyarrow is an optional dependency
9292
9393@overload
9494def open_arrow (
@@ -136,7 +136,7 @@ def open_arrow(
136136 use_pyarrow : Literal [True ],
137137 datetime_as_string : bool = False ,
138138 ** kwargs : Any , # Dataset open options passed to OGR
139- ) -> AbstractContextManager [tuple [_Meta , pa .RecordBatchReader ]]: ...
139+ ) -> AbstractContextManager [tuple [_Meta , pa .RecordBatchReader ]]: ... # pyright: ignore[reportUnknownMemberType] # pyarrow is an optional dependency
140140
141141def write (
142142 path : WritePathOrBuffer ,
You can’t perform that action at this time.
0 commit comments