Skip to content

Commit fc6b8cb

Browse files
committed
enable conf by default for testing
1 parent c2fc385 commit fc6b8cb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ object SQLConf {
441441
.internal()
442442
.doc("When true, aggregate with keys use an in-memory columnar map to speed up execution.")
443443
.booleanConf
444-
.createWithDefault(false)
444+
.createWithDefault(true)
445445

446446
object Deprecated {
447447
val MAPRED_REDUCE_TASKS = "mapred.reduce.tasks"

0 commit comments

Comments
 (0)