Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/20284
  
    It is actually. Before, negative values (empty metrics all have value "-1") 
would show up when starting iteration from 0, and now they don't.
    
    ```
            store.view(classOf[TaskDataWrapper])
              .parent(stageKey)
              .index(TaskIndexNames.EXEC_RUN_TIME)
              .first(0L)
              .closeableIterator()
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to