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

    https://github.com/apache/spark/pull/22429#discussion_r223979392
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -633,4 +633,14 @@ package object config {
           .stringConf
           .toSequence
           .createWithDefault(Nil)
    +
    +  private[spark] val MAX_TO_STRING_FIELDS =
    +    ConfigBuilder("spark.debug.maxToStringFields")
    +      .internal()
    +      .doc("Maximum number of fields of sequence-like entries that can be 
converted to strings " +
    --- End diff --
    
    What is a sequence like entry?


---

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

Reply via email to