shrinidhijoshi commented on code in PR #43873: URL: https://github.com/apache/spark/pull/43873#discussion_r1398018102
########## core/src/main/scala/org/apache/spark/HeartbeatReceiver.scala: ########## @@ -75,7 +75,7 @@ private[spark] class HeartbeatReceiver(sc: SparkContext, clock: Clock) override val rpcEnv: RpcEnv = sc.env.rpcEnv - private[spark] var scheduler: TaskScheduler = null + private[spark] var taskScheduler: TaskScheduler = null Review Comment: Sure @dongjoon-hyun. I am curious to understand why you suggest it is not needed ? -- 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]
