Skip to content

Commit 06eb9c7

Browse files
committed
Fix typo.
1 parent 50ed317 commit 06eb9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusListener.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class SQLAppStatusListener(
220220
method
221221
} catch {
222222
case NonFatal(_) =>
223-
// Cannot initiaize custom metric object, we might be in history server that does
223+
// Cannot initialize custom metric object, we might be in history server that does
224224
// not have the custom metric class.
225225
val defaultMethod = (_: Array[Long], _: Array[Long]) => "N/A"
226226
metricAggregationMap.put(className, defaultMethod)

0 commit comments

Comments
 (0)