We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5af842 commit a4be985Copy full SHA for a4be985
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1615,7 +1615,7 @@ object SQLConf {
1615
.doc("Maximum number of characters to output for a plan string. If the plan is " +
1616
"longer, it will end with a ... and further output will be truncated.")
1617
.longConf
1618
- .createWithDefault(8192)
+ .createWithDefault(Long.MaxValue)
1619
}
1620
1621
/**
0 commit comments