LucaCanali commented on code in PR #33559:
URL: https://github.com/apache/spark/pull/33559#discussion_r1001798239
##########
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:
Good point, I have now removed it, thanks.
--
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]