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 20b310f commit ab8de83Copy full SHA for ab8de83
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1054,7 +1054,7 @@ object SQLConf {
1054
"instead of a single big method. This can be used to avoid oversized function that " +
1055
"can miss the opportunity of JIT optimization.")
1056
.booleanConf
1057
- .createWithDefault(false)
+ .createWithDefault(true)
1058
1059
val MAX_NESTED_VIEW_DEPTH =
1060
buildConf("spark.sql.view.maxNestedViewDepth")
0 commit comments