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

    https://github.com/apache/spark/pull/1188#discussion_r15332227
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala ---
    @@ -99,19 +99,30 @@ private[ui] class StageTableBase(
             {s.name}
           </a>
     
    +    val cachedRddInfos = s.rddInfos.filter(_.numCachedPartitions > 0)
         val details = if (s.details.nonEmpty) {
           <span 
onclick="this.parentNode.querySelector('.stage-details').classList.toggle('collapsed')"
                 class="expand-details">
    -        +show details
    -      </span>
    -      <pre class="stage-details collapsed">{s.details}</pre>
    +        +call stack
    +      </span> ++
    +      <div class="stage-details collapsed">
    +        {if (cachedRddInfos.nonEmpty) {
    +          <strong>Persisted RDD:</strong> ++
    --- End diff --
    
    I prefer this being normal text instead of bold. It already pops out 
because the guidelines are all grey.


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