maropu commented on a change in pull request #26656: [SPARK-27986][SQL] Support
ANSI SQL filter clause for aggregate expression.
URL: https://github.com/apache/spark/pull/26656#discussion_r350145023
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/AggregationIterator.scala
##########
@@ -121,7 +121,7 @@ abstract class AggregationIterator(
// func2 and func3 are imperative aggregate functions.
// ImperativeAggregateFunctionPositions will be [1, 2].
protected[this] val allImperativeAggregateFunctionPositions: Array[Int] = {
- val positions = new ArrayBuffer[Int]()
+ val positions = new mutable.ArrayBuffer[Int]()
Review comment:
Not used?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]