We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ef125 commit 23ec81bCopy full SHA for 23ec81b
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala
@@ -1009,7 +1009,7 @@ class DataFrameAggregateSuite extends QueryTest
1009
.agg(aggExprs.head, aggExprs.tail: _*)
1010
1011
// We are only interested in whether the code compilation fails or not, so skipping
1012
- // verificaion on outputs.
+ // verification on outputs.
1013
aggDf.collect()
1014
}
1015
0 commit comments