Skip to content

Commit d59f060

Browse files
committed
annotate with the type, not the method -_-
1 parent d894bc1 commit d59f060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mp_api/client/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ def _flush(
816816
accumulator: list[pa.RecordBatch],
817817
group: int,
818818
schema: pa.Schema,
819-
partitioning: pa.dataset.partitioning,
819+
partitioning: pa.dataset.Partitioning,
820820
):
821821
# somewhere post datafusion 51.0.0 and arrow-rs 57.0.0
822822
# casts to *View types began, need to cast back to base schema

0 commit comments

Comments
 (0)