Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register arrow import/export dispatch to make p2p shuffle work #295

Merged
merged 8 commits into from
Jun 24, 2024

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Jun 3, 2024

This registers our own implementation for pyarrow table <-> (Geo)DataFrame conversion through the dispatch mechanism. The distributed p2p shuffle algorithm uses that under the hood (it converts to pyarrow to send the data to other workers), and so with this change (and with the latest distributed release, as we require the fix from dask/distributed#8667), a distributed spatial_shuffle() now works.

@jorisvandenbossche jorisvandenbossche marked this pull request as ready for review June 18, 2024 07:10
@jorisvandenbossche
Copy link
Member Author

Going to merge this, as it is required for me to get #165 running with the latest versions of dask/distributed

@jorisvandenbossche jorisvandenbossche merged commit fcbddf2 into geopandas:main Jun 24, 2024
12 checks passed
@jorisvandenbossche jorisvandenbossche deleted the shuffle-backend branch June 24, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant