Skip to content

Commit

Permalink
avoid exception in printing the codegen enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Nov 9, 2014
1 parent b41a39e commit f5d7146
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ class SQLContext(@transient val sparkContext: SparkContext)
|${stringOrError(optimizedPlan)}
|== Physical Plan ==
|${stringOrError(executedPlan)}
|Code Generation: ${executedPlan.codegenEnabled}
|Code Generation: ${stringOrError(executedPlan.codegenEnabled)}
|== RDD ==
""".stripMargin.trim
}
Expand Down

0 comments on commit f5d7146

Please sign in to comment.