Skip to content

Adapt to rapidsmpf async shuffle changes - #21787

Merged
rapids-bot[bot] merged 2 commits into
NVIDIA:mainfrom
wence-:wence/fea/adapt-rapidsmpf-shuffle
Mar 16, 2026
Merged

Adapt to rapidsmpf async shuffle changes#21787
rapids-bot[bot] merged 2 commits into
NVIDIA:mainfrom
wence-:wence/fea/adapt-rapidsmpf-shuffle

Conversation

@wence-

@wence- wence- commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

Description

Since rapidsai/rapidsmpf#916, extraction is no longer a coroutine, one must just await insert_finished() that suspends until all partitions are ready. Thereafter we just extract_chunk without suspending.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Extraction is no longer a coroutine, one must just await insert_finished
that suspends until all partitions are ready. Thereafter we just
extract_chunk without suspending.
@wence-
wence- requested a review from a team as a code owner March 16, 2026 14:15
@github-actions github-actions Bot added Python Affects Python cuDF API. cudf-polars Issues specific to cudf-polars labels Mar 16, 2026
@GPUtester GPUtester moved this to In Progress in cuDF Python Mar 16, 2026
@madsbk madsbk added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 16, 2026
@madsbk

madsbk commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

/merge

@rapids-bot
rapids-bot Bot merged commit 606caaf into NVIDIA:main Mar 16, 2026
89 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in cuDF Python Mar 16, 2026
@wence-
wence- deleted the wence/fea/adapt-rapidsmpf-shuffle branch March 16, 2026 16:56
rapids-bot Bot pushed a commit that referenced this pull request Mar 16, 2026
Follow up to #21787

Discovered on my cudf_polars unit tests with rapidsmpf branch #21485

Also folds in a change in that PR where a stream wasn't passed to a `plc.Scalar.to_py` call

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Tom Augspurger (https://github.com/TomAugspurger)

URL: #21798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cudf-polars Issues specific to cudf-polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants