Github user ajbozarth commented on a diff in the pull request:
https://github.com/apache/spark/pull/19270#discussion_r142539880
--- Diff:
core/src/main/scala/org/apache/spark/status/api/v1/AllStagesResource.scala ---
@@ -138,21 +155,61 @@ private[v1] object AllStagesResource {
}
}
- def convertTaskData(uiData: TaskUIData, lastUpdateTime: Option[Long]):
TaskData = {
+ private def getGettingResultTime(info: TaskInfo, currentTime: Long):
Long = {
--- End diff --
`currentTime` is never used
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]