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 d894bc1 commit d59f060Copy full SHA for d59f060
1 file changed
mp_api/client/core/client.py
@@ -816,7 +816,7 @@ def _flush(
816
accumulator: list[pa.RecordBatch],
817
group: int,
818
schema: pa.Schema,
819
- partitioning: pa.dataset.partitioning,
+ partitioning: pa.dataset.Partitioning,
820
):
821
# somewhere post datafusion 51.0.0 and arrow-rs 57.0.0
822
# casts to *View types began, need to cast back to base schema
0 commit comments