Skip to content

Commit 5685072

Browse files
author
ALeksander Eskilson
committed
class_splitting_only_2.1 fixing doc and whitespace
1 parent e2f8fd2 commit 5685072

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ class CodegenContext {
221221

222222
private val outerClassName = "OuterClass"
223223

224-
225224
/**
226225
* Holds the class and instance names to be generated, where `OuterClass` is a placeholder
227226
* standing for whichever class is generated as the outermost class and which will contain any
@@ -254,8 +253,8 @@ class CodegenContext {
254253

255254
/**
256255
* Adds a function to the generated class. If the code for the `OuterClass` grows too large, the
257-
* function will be inlined into a new private, nested class, and a class-qualified name for the
258-
* function will be returned. Otherwise, the function will be inined to the `OuterClass` the
256+
* function will be inlined into a new private, nested class, and a instance-qualified name for
257+
* the function will be returned. Otherwise, the function will be inlined to the `OuterClass` the
259258
* simple `funcName` will be returned.
260259
*
261260
* @param funcName the class-unqualified name of the function

0 commit comments

Comments
 (0)