Skip to content

Commit

Permalink
Allow codegen for Generate.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Jul 27, 2014
1 parent 64b2ee1 commit 3cd773e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ case class Generate(

val boundGenerator = BindReferences.bindReference(generator, child.output)

/** Codegenned rows are not serializable... */
override val codegenEnabled = false

override def execute() = {
if (join) {
child.execute().mapPartitions { iter =>
Expand Down

0 comments on commit 3cd773e

Please sign in to comment.