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 ea050f7 commit 0714876Copy full SHA for 0714876
sql/core/src/test/scala/org/apache/spark/sql/TypedImperativeAggregateSuite.scala
@@ -320,9 +320,9 @@ object TypedImperativeAggregateSuite {
320
}
321
322
/**
323
- * Calculate the max value with object aggregation buffer. This stores class MaxValue
324
- * in aggregation buffer.
325
- */
+ * Calculate the max value with object aggregation buffer. This stores class MaxValue
+ * in aggregation buffer.
+ */
326
private case class TypedMax2(
327
child: Expression,
328
nullable: Boolean = false,
0 commit comments