uros-db commented on code in PR #46917:
URL: https://github.com/apache/spark/pull/46917#discussion_r1635222942
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Mode.scala:
##########
@@ -201,7 +212,8 @@ case class PandasMode(
child: Expression,
ignoreNA: Boolean = true,
mutableAggBufferOffset: Int = 0,
- inputAggBufferOffset: Int = 0) extends TypedAggregateWithHashMapAsBuffer
+ inputAggBufferOffset: Int = 0)
+ extends TypedAggregateWithHashMapAsBuffer
Review Comment:
looks like an unnecessary change, but I suppose it's a prototyping leftover
so I won't comment these more for now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]