Skip to content

Commit 831fc40

Browse files
committed
Merge branch 'SPARK-22226' of github.com:mgaido91/spark into SPARK-22226
2 parents b9ffc52 + bdc2fdb commit 831fc40

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ case class SubExprCodes(codes: Seq[String], states: Map[Expression, SubExprElimi
8383
*
8484
* @param functionName String representing the name of the function
8585
* @param subclassName Optional value which is empty if the function is added to
86-
* the superclass, otherwise it contains the name of the
86+
* the outer class, otherwise it contains the name of the
8787
* inner class in which the function has been added.
8888
* @param subclassInstance Optional value which is empty if the function is added to
89-
* the superclass, otherwise it contains the name of the
89+
* the outer class, otherwise it contains the name of the
9090
* instance of the inner class in the outer class.
9191
*/
9292
private[codegen] case class NewFunction(functionName: String, subclassName: Option[String],

0 commit comments

Comments
 (0)