Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/2837#discussion_r19031171
--- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala ---
@@ -172,6 +174,7 @@ private[ui] class StageTableBase(
<td>{makeDescription(s)}</td>
<td valign="middle">{submissionTime}</td>
<td
sorttable_customkey={duration.getOrElse(-1).toString}>{formattedDuration}</td>
+ <td
sorttable_customkey={duration.getOrElse(-1).toString}>{estimateTime(s.numTasks,stageData.completedIndices.size,duration.getOrElse(-1))}</td>
--- End diff --
There is a 100 character limit in Spark. You'll need to break this into a
few lines otherwise the tests will fail.
---
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]