Skip to content

Commit

Permalink
Fix compile error on upmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed Jul 20, 2014
1 parent 7b985fb commit 35b8388
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class TaskMetrics extends Serializable {
existingMetrics.fetchWaitTime += newMetrics.fetchWaitTime
existingMetrics.localBlocksFetched += newMetrics.localBlocksFetched
existingMetrics.remoteBlocksFetched += newMetrics.remoteBlocksFetched
existingMetrics.totalBlocksFetched += newMetrics.totalBlocksFetched
existingMetrics.remoteBytesRead += newMetrics.remoteBytesRead
case None =>
_shuffleReadMetrics = Some(newMetrics)
Expand Down

0 comments on commit 35b8388

Please sign in to comment.