Skip to content

Commit

Permalink
Modify annotation of existTooLongFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
eatoncys committed Aug 7, 2017
1 parent 7c185c6 commit 7e84753
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -357,6 +357,8 @@ class CodegenContext {

/**
* Returns the length of codegen function is too long or not
* It will count the lines of every codegen function, if there is a function of length
* greater than spark.sql.codegen.MaxFunctionLength, it will return true.
*/
def existTooLongFunction(): Boolean = {
classFunctions.exists { case (className, functions) =>
Expand Down

0 comments on commit 7e84753

Please sign in to comment.