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 6d3d0a0 commit 4094462Copy full SHA for 4094462
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringOperations.scala
@@ -157,7 +157,7 @@ case class Lower(child: Expression) extends UnaryExpression with CaseConversionE
157
override def toString() = s"Lower($child)"
158
}
159
160
-/** An base class for functions that compares two strings, returning a boolean */
+/** A base class for functions that compares two strings, returning a boolean */
161
abstract class StringComparison extends Expression {
162
self: Product =>
163
0 commit comments