Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Apr 20, 2021
1 parent 50ed317 commit 06eb9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class SQLAppStatusListener(
method
} catch {
case NonFatal(_) =>
// Cannot initiaize custom metric object, we might be in history server that does
// Cannot initialize custom metric object, we might be in history server that does
// not have the custom metric class.
val defaultMethod = (_: Array[Long], _: Array[Long]) => "N/A"
metricAggregationMap.put(className, defaultMethod)
Expand Down

0 comments on commit 06eb9c7

Please sign in to comment.