DaveDeCaprio commented on a change in pull request #23169: [SPARK-26103][SQL] 
Limit the length of debug strings for query plans
URL: https://github.com/apache/spark/pull/23169#discussion_r247354296
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1625,6 +1625,15 @@ object SQLConf {
     .intConf
     .createWithDefault(25)
 
+  val MAX_PLAN_STRING_LENGTH = buildConf("spark.sql.maxPlanLength")
+    .doc("Maximum number of characters to output for a plan string.  If the 
plan is " +
 
 Review comment:
   The intent is all dumped plans.  Based on the comment by @felixcheung above 
we set the default to not do any truncation, so the default behavior is that 
same as the existing behavior.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to