holdenk commented on code in PR #36185:
URL: https://github.com/apache/spark/pull/36185#discussion_r850671856


##########
core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorInfo.scala:
##########
@@ -31,18 +31,28 @@ class ExecutorInfo(
     val logUrlMap: Map[String, String],
     val attributes: Map[String, String],
     val resourcesInfo: Map[String, ResourceInformation],
-    val resourceProfileId: Int) {
+    val resourceProfileId: Int,
+    val registrationTime: Option[Long],
+    val requestTime: Option[Long]) {

Review Comment:
   I think it's better this way, matches the pattern of the other optional 
arguments added.



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

Reply via email to