Github user MaxGekk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22429#discussion_r224415510
--- 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 am going to change it to `Maximum number of fields of a tree node that
can be ...` for the SQL config.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]