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

    https://github.com/apache/spark/pull/421#discussion_r11711167
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala ---
    @@ -143,6 +145,39 @@ private[ui] class StageTable(
           </td>
           <td 
sorttable_customekey={shuffleReadSortable.toString}>{shuffleRead}</td>
           <td 
sorttable_customekey={shuffleWriteSortable.toString}>{shuffleWrite}</td>
    +    }
    +  }
    +
    +  /** Render an HTML row that represents a stage */
    +  private def renderStageRow(s: StageInfo): Seq[Node] = {
    +    <tr>
    +      {stageRow(s)}
         </tr>
    --- End diff --
    
    I would just put these 3 in 1 line


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

Reply via email to