Skip to content

Commit 3553d8e

Browse files
authored
[Data] Fix Progress Bar Name (#58451)
## Description There was a typo ## Related issues N/A ## Additional information N/A Signed-off-by: Daniel Shin <[email protected]>
1 parent 97de782 commit 3553d8e

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)