Skip to content

Commit

Permalink
make sure batchsize is used in key
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Mar 21, 2024
1 parent 69421df commit c79b1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/explicit_comms/dataframe/shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def shuffle(
persisted_keys = [f.key for f in c.client.futures_of(df)]
name = (
"explicit-comms-shuffle-"
f"{tokenize(df, column_names, npartitions, ignore_index)}"
f"{tokenize(df, column_names, npartitions, ignore_index, batchsize)}"
)
df_meta: DataFrame = df._meta

Expand Down

0 comments on commit c79b1f1

Please sign in to comment.