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

    https://github.com/apache/spark/pull/23169#discussion_r237346220
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1610,6 +1610,12 @@ object SQLConf {
           """ "... N more fields" placeholder.""")
         .intConf
         .createWithDefault(25)
    +
    +  val MAX_PLAN_STRING_LENGTH = buildConf("spark.sql.debug.maxPlanLength")
    --- End diff --
    
    Removed debug from the config name and description


---

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

Reply via email to