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

    https://github.com/apache/spark/pull/22847#discussion_r229577559
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -812,6 +812,18 @@ object SQLConf {
         .intConf
         .createWithDefault(65535)
     
    +  val CODEGEN_METHOD_SPLIT_THRESHOLD = 
buildConf("spark.sql.codegen.methodSplitThreshold")
    +    .internal()
    +    .doc("The threshold of source-code splitting in the codegen. When the 
number of characters " +
    +      "in a single JAVA function (without comment) exceeds the threshold, 
the function will be " +
    --- End diff --
    
    nit: `JAVA` -> `Java`


---

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

Reply via email to