Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22823#discussion_r228399871
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
 ---
    @@ -910,12 +910,14 @@ class CodegenContext {
         val blocks = new ArrayBuffer[String]()
         val blockBuilder = new StringBuilder()
         var length = 0
    +    val splitThreshold =
    +      SQLConf.get.getConfString("spark.testing.codegen.splitThreshold", 
"1024").toInt
    --- End diff --
    
    In this case, we need advice from the right person. :)


---

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

Reply via email to