We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e84753 commit c4235dcCopy full SHA for c4235dc
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
@@ -356,7 +356,7 @@ class CodegenContext {
356
private val placeHolderToComments = new mutable.HashMap[String, String]
357
358
/**
359
- * Returns the length of codegen function is too long or not
+ * Returns if the length of codegen function is too long or not
360
* It will count the lines of every codegen function, if there is a function of length
361
* greater than spark.sql.codegen.MaxFunctionLength, it will return true.
362
*/
0 commit comments