Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wang committed Sep 5, 2014
1 parent 83b536c commit 3332f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ case class CaseWhen(branches: Seq[Expression]) extends Expression {
}
}

/** Written in imperative fashion for performance considerations. Same for CaseKeyWhen. */
/** Written in imperative fashion for performance considerations. */
override def eval(input: Row): Any = {
val len = branchesArr.length
var i = 0
Expand Down

0 comments on commit 3332f6e

Please sign in to comment.