viirya commented on a change in pull request #32033:
URL: https://github.com/apache/spark/pull/32033#discussion_r606068095



##########
File path: core/src/main/scala/org/apache/spark/MapOutputTracker.scala
##########
@@ -100,7 +100,7 @@ private class ShuffleStatus(numPartitions: Int) extends 
Logging {
    * broadcast variable in order to keep it from being garbage collected and 
to allow for it to be
    * explicitly destroyed later on when the ShuffleMapStage is 
garbage-collected.
    */
-  private[this] var cachedSerializedBroadcast: Broadcast[Array[Byte]] = _
+  private[spark] var cachedSerializedBroadcast: Broadcast[Array[Byte]] = _

Review comment:
       Expose this for test.




-- 
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]

Reply via email to