Skip to content

Commit 0714876

Browse files
author
pgandhi
committed
[SPARK-27207] : Fixing Scalastyle tests
1 parent ea050f7 commit 0714876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ object TypedImperativeAggregateSuite {
320320
}
321321

322322
/**
323-
* Calculate the max value with object aggregation buffer. This stores class MaxValue
324-
* in aggregation buffer.
325-
*/
323+
* Calculate the max value with object aggregation buffer. This stores class MaxValue
324+
* in aggregation buffer.
325+
*/
326326
private case class TypedMax2(
327327
child: Expression,
328328
nullable: Boolean = false,

0 commit comments

Comments
 (0)