Skip to content

Commit 44a3e62

Browse files
committed
fix scala style
1 parent daab5ba commit 44a3e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SortMergeAggregate.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import org.apache.spark.sql.catalyst.plans.physical.{ClusteredDistribution, Dist
2424

2525
/**
2626
* :: DeveloperApi ::
27-
* SortMerge group input data by `groupingExpressions` and computes the `aggregateExpressions` for each
28-
* group.
27+
* SortMerge group input data by `groupingExpressions` and computes the `aggregateExpressions`
28+
* for each group.
2929
*
3030
* @param groupingExpressions expressions that are evaluated to determine grouping.
3131
* @param aggregateExpressions expressions that are computed for each group.

0 commit comments

Comments
 (0)