Skip to content

Commit c4235dc

Browse files
committed
Modify annotation of existTooLongFunction
1 parent 7e84753 commit c4235dc

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
@@ -356,7 +356,7 @@ class CodegenContext {
356356
private val placeHolderToComments = new mutable.HashMap[String, String]
357357

358358
/**
359-
* Returns the length of codegen function is too long or not
359+
* Returns if the length of codegen function is too long or not
360360
* It will count the lines of every codegen function, if there is a function of length
361361
* greater than spark.sql.codegen.MaxFunctionLength, it will return true.
362362
*/

0 commit comments

Comments
 (0)