You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by da...@apache.org on 2016/04/23 20:41:42 UTC

spark git commit: [HOTFIX] disable generated aggregate map

Repository: spark
Updated Branches:
  refs/heads/master f0bba7447 -> ee6b209a9


[HOTFIX] disable generated aggregate map


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ee6b209a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ee6b209a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ee6b209a

Branch: refs/heads/master
Commit: ee6b209a9dda3d5afedee8a31ed5a8d2ded3a1a0
Parents: f0bba74
Author: Davies Liu <da...@gmail.com>
Authored: Sat Apr 23 11:41:42 2016 -0700
Committer: Davies Liu <da...@gmail.com>
Committed: Sat Apr 23 11:41:42 2016 -0700

----------------------------------------------------------------------
 .../src/main/scala/org/apache/spark/sql/internal/SQLConf.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ee6b209a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala b/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
index 2fe1818..c1bd516 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -489,7 +489,7 @@ object SQLConf {
     .internal()
     .doc("When true, aggregate with keys use an in-memory columnar map to speed up execution.")
     .booleanConf
-    .createWithDefault(true)
+    .createWithDefault(false)
 
   val FILE_SINK_LOG_DELETION = SQLConfigBuilder("spark.sql.streaming.fileSink.log.deletion")
     .internal()


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org