cloud-fan commented on code in PR #33559:
URL: https://github.com/apache/spark/pull/33559#discussion_r1001311349
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/python/AggregateInPandasExec.scala:
##########
@@ -94,6 +94,8 @@ case class AggregateInPandasExec(
}
override protected def doExecute(): RDD[InternalRow] = {
+ metrics // force lazy init at driver
Review Comment:
do we still need it after
https://github.com/apache/spark/pull/33559/files#diff-c739b6441208b9f12c613d0ba8146fef45b4553527c6aa9626d42bad0b1df847R25
?
--
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]