Skip to content

Commit 5f8930e

Browse files
committed
code review
1 parent bd64ade commit 5f8930e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class RelationalGroupedDataset protected[sql](
128128
}
129129

130130
/**
131-
* (Scala-specific) Compute aggregates by specifying a map from column name to
131+
* (Scala-specific) Compute aggregates by specifying the column names and
132132
* aggregate methods. The resulting [[DataFrame]] will also contain the grouping columns.
133133
*
134134
* The available aggregate methods are `avg`, `max`, `min`, `sum`, `count`.

0 commit comments

Comments
 (0)