Skip to content

Commit

Permalink
fix failed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Dec 14, 2018
1 parent ca4ae0e commit 45e16a9
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -118,9 +118,6 @@ case class BroadcastHashJoinExec(
val broadcast = ctx.addReferenceObj("broadcast", broadcastRelation)
val clsName = broadcastRelation.value.getClass.getName

// At the end of the task, we update the avg hash probe.
val avgHashProbe = metricTerm(ctx, "avgHashProbe")

// Inline mutable state since not many join operations in a task
val relationTerm = ctx.addMutableState(clsName, "relation",
v => s"""
Expand Down

0 comments on commit 45e16a9

Please sign in to comment.