Skip to content

Commit ee84ea4

Browse files
authored
Merge pull request rapidsai#20034 from rapidsai/branch-25.10
Forward-merge branch-25.10 into branch-25.12
2 parents fcc64ca + d93fa9c commit ee84ea4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/cudf_polars/cudf_polars/experimental/shuffle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def extract_partition(
108108
unspill_partitions(
109109
shuffler.extract(partition_id),
110110
br=context.br,
111-
stream=DEFAULT_STREAM,
112111
allow_overbooking=True,
113112
statistics=context.statistics,
114113
),

python/cudf_polars/cudf_polars/experimental/sort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ def extract_partition(
323323
unspill_partitions(
324324
shuffler.extract(partition_id),
325325
br=context.br,
326-
stream=DEFAULT_STREAM,
327326
allow_overbooking=True,
328327
statistics=context.statistics,
329328
),

0 commit comments

Comments
 (0)