Skip to content

Commit

Permalink
[SPARK-9154][SQL] codegen removed fallback trait
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekbecker committed Jul 20, 2015
1 parent cd8322b commit 10b4de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ case class StringRPad(str: Expression, len: Expression, pad: Expression)
/**
* Returns the input formatted according do printf-style format strings
*/
case class StringFormat(children: Expression*) extends Expression with CodegenFallback {
case class StringFormat(children: Expression*) extends Expression {

require(children.nonEmpty, "printf() should take at least 1 argument")

Expand Down

0 comments on commit 10b4de8

Please sign in to comment.