Skip to content

Commit

Permalink
Enable Unsafe by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 29, 2015
1 parent 8650596 commit 715517b
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 @@ -229,7 +229,7 @@ private[spark] object SQLConf {
" a specific query.")

val UNSAFE_ENABLED = booleanConf("spark.sql.unsafe.enabled",
defaultValue = Some(false),
defaultValue = Some(true),
doc = "When true, use the new optimized Tungsten physical execution backend.")

val DIALECT = stringConf(
Expand Down

0 comments on commit 715517b

Please sign in to comment.