Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix compile error
  • Loading branch information
sryza committed Aug 15, 2014
commit dccdff55612ef798227ed1e8102489d01e6e7d07
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private[spark] object JsonProtocol {

// These aren't used, but keeps compiler happy
case SparkListenerShutdown => JNothing
case SparkListenerExecutorMetricsUpdate => JNothing
case SparkListenerExecutorMetricsUpdate(_, _) => JNothing
}
}

Expand Down