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
remove extra new line
  • Loading branch information
Davies Liu committed Mar 16, 2016
commit f1ca6f250d85ee9ba9fcdbb308486588a527eb87
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ case class BroadcastHashJoin(
|$numOutput.add(1);
|${consume(ctx, input)}
""".stripMargin

} else {
val matches = ctx.freshName("matches")
val bufferType = classOf[CompactBuffer[UnsafeRow]].getName
Expand All @@ -390,7 +389,6 @@ case class BroadcastHashJoin(
|$numOutput.add(1);
|${consume(ctx, input)}
""".stripMargin

}
}
}