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

    https://github.com/apache/spark/pull/421#discussion_r11794573
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala ---
    @@ -124,17 +125,16 @@ private[ui] class StageTable(
           case 0 => ""
           case b => Utils.bytesToString(b)
         }
    -
    -    <tr>
    +    {
           <td>{s.stageId}</td>
    -      {if (isFairScheduler) {
    --- End diff --
    
    Are you sure this doesn't cause us to lose the stageId column? I thought 
the DSL requires that all Scala be preceded by brackets. Same for in headers. 
(It does seem to be gone in the screenshot you showed.)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to