Skip to content
Snippets Groups Projects
Commit ee6b209a authored by Davies Liu's avatar Davies Liu
Browse files

[HOTFIX] disable generated aggregate map

parent f0bba744
No related branches found
No related tags found
No related merge requests found
...@@ -489,7 +489,7 @@ object SQLConf { ...@@ -489,7 +489,7 @@ object SQLConf {
.internal() .internal()
.doc("When true, aggregate with keys use an in-memory columnar map to speed up execution.") .doc("When true, aggregate with keys use an in-memory columnar map to speed up execution.")
.booleanConf .booleanConf
.createWithDefault(true) .createWithDefault(false)
val FILE_SINK_LOG_DELETION = SQLConfigBuilder("spark.sql.streaming.fileSink.log.deletion") val FILE_SINK_LOG_DELETION = SQLConfigBuilder("spark.sql.streaming.fileSink.log.deletion")
.internal() .internal()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment