Skip to content

Commit 23ec81b

Browse files
committed
Fix nit
1 parent 90ef125 commit 23ec81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ class DataFrameAggregateSuite extends QueryTest
10091009
.agg(aggExprs.head, aggExprs.tail: _*)
10101010

10111011
// We are only interested in whether the code compilation fails or not, so skipping
1012-
// verificaion on outputs.
1012+
// verification on outputs.
10131013
aggDf.collect()
10141014
}
10151015
}

0 commit comments

Comments
 (0)