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

    https://github.com/apache/spark/pull/19447#discussion_r143223820
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -934,6 +934,15 @@ object SQLConf {
           .intConf
           .createWithDefault(10000)
     
    +  val GENERATED_CLASS_LENGTH_THRESHOLD =
    +    buildConf("spark.sql.codegen.generatedClass.size.threshold")
    +      .doc("Threshold in bytes for the size of a generated class. If the 
generated class " +
    --- End diff --
    
    I think this is not a frequently-used parameter for users. Also, other JVM 
implimentation-specific parameters are internal, e.g., 
`WHOLESTAGE_HUGE_METHOD_LIMIT`. cc: @rednaxelafx


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to