Skip to content

Commit 088cbc6

Browse files
author
pgandhi
committed
[SPARK-27207] : Fix new line for TypedImperativeAggregateSuite
1 parent 4dc1007 commit 088cbc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ class TypedImperativeAggregateSuite extends QueryTest with SharedSQLContext {
219219
val max = TypedMax(column.expr, nullable = true)
220220
Column(max.toAggregateExpression())
221221
}
222-
223222
}
224223

225224
object TypedImperativeAggregateSuite {

0 commit comments

Comments
 (0)