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

    https://github.com/apache/spark/pull/19447#discussion_r143219623
  
    --- 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 --
    
    Please add `.internal()`. I think this is not a parameter for users.


---

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

Reply via email to