Skip to content

Commit fbbe7a8

Browse files
kyudsAydin-ab
authored andcommitted
[Data] Fix Progress Bar Name (ray-project#58451)
## Description There was a typo ## Related issues N/A ## Additional information N/A Signed-off-by: Daniel Shin <kyuseung1016@gmail.com> Signed-off-by: Aydin Abiar <aydin@anyscale.com>
1 parent 8a7bbd1 commit fbbe7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/data/_internal/execution/operators/hash_shuffle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ def __init__(
12181218
key_columns=key_columns,
12191219
)
12201220
),
1221-
shuffle_progress_bar_name="Shufle",
1221+
shuffle_progress_bar_name="Shuffle",
12221222
)
12231223

12241224
def _get_operator_num_cpus_override(self) -> float:

0 commit comments

Comments
 (0)