[HOTFIX] disable generated aggregate map

This commit is contained in:
Davies Liu 2016-04-23 11:41:42 -07:00
parent f0bba7447f
commit ee6b209a9d

View file

@ -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()