Skip to content

Commit a5ea0f4

Browse files
committed
add stability tag to ValueCounter
Signed-off-by: cem <cem@anyscale.com>
1 parent 1ad89c2 commit a5ea0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ray/data/aggregate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ def _to_set(x):
889889
return {x}
890890

891891

892+
@PublicAPI(stability="beta")
892893
class ValueCounter(AggregateFnV2):
893894
"""Counts the number of times each value appears in a column."""
894895

0 commit comments

Comments
 (0)