Skip to content

Commit cf7edbb

Browse files
committed
[SPARK-22279][SQL] Turn on spark.sql.hive.convertMetastoreOrc by default
1 parent 561505e commit cf7edbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private[spark] object HiveUtils extends Logging {
106106
.doc("When set to true, the built-in ORC reader and writer are used to process " +
107107
"ORC tables created by using the HiveQL syntax, instead of Hive serde.")
108108
.booleanConf
109-
.createWithDefault(false)
109+
.createWithDefault(true)
110110

111111
val HIVE_METASTORE_SHARED_PREFIXES = buildConf("spark.sql.hive.metastore.sharedPrefixes")
112112
.doc("A comma separated list of class prefixes that should be loaded using the classloader " +

0 commit comments

Comments
 (0)