You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
This release prevents pyarrow_schema_from_rows from loading the rows argument into memory all at once. Now it will simply iterate over the rows, allowing larger-than-memory batches of rows.