srowen commented on a change in pull request #34760:
URL: https://github.com/apache/spark/pull/34760#discussion_r762576921
##########
File path: core/src/main/scala/org/apache/spark/status/LiveEntity.scala
##########
@@ -908,7 +908,7 @@ private[spark] class LiveMiscellaneousProcess(val
processId: String,
var isActive = true
var totalCores = 0
val addTime = new Date(creationTime)
- var removeTime: Date = null
+ val removeTime: Date = null
Review comment:
Ah OK I'm looking at the wrong one. Can we just remove this and replace
with 'null' in the class then? seems like no purpose in declaring it then
--
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]