c21 commented on a change in pull request #32671:
URL: https://github.com/apache/spark/pull/32671#discussion_r639465467
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
##########
@@ -67,7 +67,9 @@ case class HashAggregateExec(
"spillSize" -> SQLMetrics.createSizeMetric(sparkContext, "spill size"),
"aggTime" -> SQLMetrics.createTimingMetric(sparkContext, "time in
aggregation build"),
"avgHashProbe" ->
- SQLMetrics.createAverageMetric(sparkContext, "avg hash probe bucket list
iters"))
+ SQLMetrics.createAverageMetric(sparkContext, "avg hash probe bucket list
iters"),
+ "numTasksFallBacked" -> SQLMetrics.createMetric(sparkContext,
+ "number of tasks fall-backed to sort-based aggregation"))
Review comment:
Yes, same as in https://github.com/apache/spark/pull/31340. Let me
change them together.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]