Skip to content

Commit

Permalink
add link to PR to track partition_by_hash change
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Jul 3, 2024
1 parent 51079a7 commit 463ab8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dask_cuda/explicit_comms/dataframe/shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ def partition_dataframe(
partitions
Dict of dataframe-partitions, mapping partition-ID to dataframe
"""
# TODO: Use `partition_by_hash` after dtype-casting is added
# TODO: Use `partition_by_hash` if/when dtype-casting is added
# (See: https://github.com/rapidsai/dask-cuda/pull/1356)
map_index = compute_map_index(df, column_names, npartitions)
return group_split_dispatch(df, map_index, npartitions, ignore_index=ignore_index)

Expand Down

0 comments on commit 463ab8d

Please sign in to comment.