Github user keypointt commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10107#discussion_r46482655
  
    --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/api.scala ---
    @@ -120,6 +120,9 @@ class StageData private[spark](
         val numFailedTasks: Int,
     
         val executorRunTime: Long,
    +    var submissionTime: Date,
    --- End diff --
    
    oh right, I was testing it as "Long" at the beginning, and then changed to 
"Date" but forgot to change it to be val. I'll change it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to