Skip to content

Commit ab8de83

Browse files
committed
Revert "Trun off the split mode temporarily for Jenkins tests"
This reverts commit 20b310f.
1 parent 20b310f commit ab8de83

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ object SQLConf {
10541054
"instead of a single big method. This can be used to avoid oversized function that " +
10551055
"can miss the opportunity of JIT optimization.")
10561056
.booleanConf
1057-
.createWithDefault(false)
1057+
.createWithDefault(true)
10581058

10591059
val MAX_NESTED_VIEW_DEPTH =
10601060
buildConf("spark.sql.view.maxNestedViewDepth")

0 commit comments

Comments
 (0)