Github user MaxGekk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22429#discussion_r224389798
--- 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 --
I don't know how else I can describe all kind of classes where the
parameter is applicable. If you have better words, you are welcome.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]