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 92d4a80 commit 9a9d8afCopy full SHA for 9a9d8af
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/trees/TreeNodeSuite.scala
@@ -161,7 +161,7 @@ class TreeNodeSuite extends SparkFunSuite {
161
val toZero: PartialFunction[Expression, Expression] = { case Literal(_, _) => Literal(0) }
162
val expect = SeqTupleExpression(Seq((Literal(0), Literal(0))), nonChildren)
163
164
- val actual = before mapChildren toZero
+ val actual = before mapChildren toZero
165
assert(actual === expect)
166
}
167
0 commit comments