We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7922e commit b2240f8Copy full SHA for b2240f8
core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala
@@ -80,9 +80,9 @@ private[spark] class HistoryPage(parent: HistoryServer) extends WebUIPage("") {
80
}
81
82
val littlerSideIndices =
83
- rangeIndices(actualPage-maxNumIndices until actualPage, 1 < _)
+ rangeIndices(actualPage - maxNumIndices until actualPage, 1 < _)
84
val greaterSideIndices =
85
- rangeIndices(actualPage+1 to actualPage+maxNumIndices, _ < pageCount)
+ rangeIndices(actualPage + 1 to actualPage + maxNumIndices, _ < pageCount)
86
87
<span style="float: right">
88
{
0 commit comments