cloud-fan commented on code in PR #52968:
URL: https://github.com/apache/spark/pull/52968#discussion_r2518843641
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/SortAggregateExec.scala:
##########
@@ -87,6 +92,8 @@ case class SortAggregateExec(
outputIter
}
}
+ aggTime += NANOSECONDS.toMillis(System.nanoTime() - beforeAgg)
Review Comment:
is it the right level to trace the agg time? I think the iterator is lazy,
no?
--
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]