We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561505e commit cf7edbbCopy full SHA for cf7edbb
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
@@ -106,7 +106,7 @@ private[spark] object HiveUtils extends Logging {
106
.doc("When set to true, the built-in ORC reader and writer are used to process " +
107
"ORC tables created by using the HiveQL syntax, instead of Hive serde.")
108
.booleanConf
109
- .createWithDefault(false)
+ .createWithDefault(true)
110
111
val HIVE_METASTORE_SHARED_PREFIXES = buildConf("spark.sql.hive.metastore.sharedPrefixes")
112
.doc("A comma separated list of class prefixes that should be loaded using the classloader " +
0 commit comments