Skip to content
Snippets Groups Projects
Commit 87de2908 authored by CodingCat's avatar CodingCat Committed by Patrick Wendell
Browse files

[HOTFIX] SPARK-1399: remove outdated comments

as the original PR was merged before this mistake is found....fix here,

Sorry about that @pwendell, @andrewor14, I will be more careful next time

Author: CodingCat <zhunansjtu@gmail.com>

Closes #474 from CodingCat/hotfix_1399 and squashes the following commits:

f3a8ba9 [CodingCat] move outdated comments
parent 83084d3b
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ private[ui] class StageTableBase(
protected def isFairScheduler = parent.isFairScheduler
protected def columns: Seq[Node] = {
// create dummy element to wrap the columns
<th>Stage Id</th> ++
{if (isFairScheduler) {<th>Pool Name</th>} else Seq.empty} ++
<th>Description</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment