Skip to content

Commit

Permalink
Revert unnecessary SqlConf change.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jul 30, 2015
1 parent 73913f7 commit 2963857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private[spark] object SQLConf {
" memory.")

val SORTMERGE_JOIN = booleanConf("spark.sql.planner.sortMergeJoin",
defaultValue = Some(false),
defaultValue = Some(true),
doc = "When true, use sort merge join (as opposed to hash join) by default for large joins.")

// This is only used for the thriftserver
Expand Down

0 comments on commit 2963857

Please sign in to comment.