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 310454b commit 2bc2b17Copy full SHA for 2bc2b17
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -325,7 +325,7 @@ object SQLConf {
325
val ORC_FILTER_PUSHDOWN_ENABLED = buildConf("spark.sql.orc.filterPushdown")
326
.doc("When true, enable filter pushdown for ORC files.")
327
.booleanConf
328
- .createWithDefault(false)
+ .createWithDefault(true)
329
330
val HIVE_VERIFY_PARTITION_PATH = buildConf("spark.sql.hive.verifyPartitionPath")
331
.doc("When true, check all the partition paths under the table\'s root directory " +
0 commit comments