Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19447#discussion_r143217286
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
 ---
    @@ -279,11 +279,13 @@ class CodegenContext {
           inlineToOuterClass: Boolean = false): String = {
         // The number of named constants that can exist in the class is 
limited by the Constant Pool
         // limit, 65,536. We cannot know how many constants will be inserted 
for a class, so we use a
    -    // threshold of 1600k bytes to determine when a function should be 
inlined to a private, nested
    -    // sub-class.
    +    // threshold to determine when a function should be inlined to a 
private, nested sub-class
    +    val generatedClassLengthThreshold = SparkEnv.get.conf.getInt(
    --- End diff --
    
    you better refer other code in `CodeGenerate`:
    
    
https://github.com/mgaido91/spark/blob/c69be31314d9aa96c3920073beaf7cca46d507fa/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala#L934


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to