Skip to content

Commit e9a398b

Browse files
dmsolowmaropu
authored andcommitted
fixed typo
1 parent 2cd874a commit e9a398b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/functions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3801,7 +3801,7 @@ object functions {
38013801
ArrayExcept(col1.expr, col2.expr)
38023802
}
38033803

3804-
// counter to ensure lambdra variable names unique
3804+
// counter to ensure lambda variable names are unique
38053805
private val lambdaVarNameCounter = new AtomicInteger(0)
38063806

38073807
private def createLambda(f: Column => Column) = {

0 commit comments

Comments
 (0)