Skip to content

Commit e228c5e

Browse files
committed
Remove "test".
1 parent 762aeaf commit e228c5e

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/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class SQLQuerySuite extends QueryTest {
123123
2.0)
124124
}
125125

126-
test("average overflow test") {
126+
test("average overflow") {
127127
checkAnswer(
128128
sql("SELECT AVG(a),b FROM largeAndSmallInts group by b"),
129129
Seq((2147483645.0,1),(2.0,2)))

0 commit comments

Comments
 (0)