Skip to content

Commit 3332f6e

Browse files
committed
remove wrong comment
1 parent 83b536c commit 3332f6e

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ case class CaseWhen(branches: Seq[Expression]) extends Expression {
271271
}
272272
}
273273

274-
/** Written in imperative fashion for performance considerations. Same for CaseKeyWhen. */
274+
/** Written in imperative fashion for performance considerations. */
275275
override def eval(input: Row): Any = {
276276
val len = branchesArr.length
277277
var i = 0

0 commit comments

Comments
 (0)