Skip to content

Commit

Permalink
Enable cleanup by default as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Jul 17, 2024
1 parent 7b201ce commit 9a8ad45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3001,7 +3001,7 @@ object SQLConf {
"SQL executions.")
.version("4.0.0")
.booleanConf
.createWithDefault(false)
.createWithDefault(true)

val SORT_MERGE_JOIN_EXEC_BUFFER_IN_MEMORY_THRESHOLD =
buildConf("spark.sql.sortMergeJoinExec.buffer.in.memory.threshold")
Expand Down

0 comments on commit 9a8ad45

Please sign in to comment.