dongjoon-hyun commented on a change in pull request #23649: [SPARK-26726] The
amount of memory used by the broadcast variable is …
URL: https://github.com/apache/spark/pull/23649#discussion_r251109370
##########
File path: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala
##########
@@ -995,6 +996,30 @@ private[spark] class AppStatusListener(
}
}
+ def updateBroadcastBlock(event: SparkListenerBlockUpdated, broadcast:
BroadcastBlockId): Unit = {
Review comment:
`def` -> `private def`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]