Skip to content

Commit 101a698

Browse files
committed
style
1 parent d2ef58d commit 101a698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/status/api/v1/OneStageResource.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private[v1] class OneStageResource(uiRoot: UIRoot) {
115115
def getStatusInfoUi(status: StageStatus, infos: Seq[StageInfo]): Seq[StageStatusInfoUi] = {
116116
infos.filter { _.stageId == stageId }.map { info =>
117117
val ui = listener.stageIdToData.getOrElse((info.stageId, info.attemptId),
118-
//this is an internal error -- we should always have uiData
118+
// this is an internal error -- we should always have uiData
119119
throw new SparkException(
120120
s"no stage ui data found for stage: ${info.stageId}:${info.attemptId}")
121121
)

0 commit comments

Comments
 (0)