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 dc96fd1 commit 88c7d4dCopy full SHA for 88c7d4d
sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
@@ -403,7 +403,7 @@ private[spark] object SQLConf {
403
isPublic = false)
404
405
val USE_SQL_AGGREGATE2 = booleanConf("spark.sql.useAggregate2",
406
- defaultValue = Some(false), doc = "<TODO>")
+ defaultValue = Some(true), doc = "<TODO>")
407
408
val USE_SQL_SERIALIZER2 = booleanConf(
409
"spark.sql.useSerializer2",
0 commit comments