Skip to content

Commit bdc2fdb

Browse files
authored
fix naming error in comment
1 parent e63264b commit bdc2fdb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ case class SubExprCodes(codes: Seq[String], states: Map[Expression, SubExprElimi
8585
* the outer class, otherwise it contains the name of the
8686
* inner class in which the function has been added.
8787
* @param subclassInstance Optional value which is empty if the function is added to
88-
* the superclass, otherwise it contains the name of the
88+
* the outer class, otherwise it contains the name of the
8989
* instance of the inner class in the outer class.
9090
*/
9191
private[codegen] case class NewFunction(functionName: String, subclassName: Option[String],

0 commit comments

Comments
 (0)