We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b536c commit 3332f6eCopy full SHA for 3332f6e
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala
@@ -271,7 +271,7 @@ case class CaseWhen(branches: Seq[Expression]) extends Expression {
271
}
272
273
274
- /** Written in imperative fashion for performance considerations. Same for CaseKeyWhen. */
+ /** Written in imperative fashion for performance considerations. */
275
override def eval(input: Row): Any = {
276
val len = branchesArr.length
277
var i = 0
0 commit comments