Skip to content

Commit 2bc2b17

Browse files
committed
[SPARK-21783][SQL] Turn on ORC filter push-down by default
1 parent 310454b commit 2bc2b17

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ object SQLConf {
325325
val ORC_FILTER_PUSHDOWN_ENABLED = buildConf("spark.sql.orc.filterPushdown")
326326
.doc("When true, enable filter pushdown for ORC files.")
327327
.booleanConf
328-
.createWithDefault(false)
328+
.createWithDefault(true)
329329

330330
val HIVE_VERIFY_PARTITION_PATH = buildConf("spark.sql.hive.verifyPartitionPath")
331331
.doc("When true, check all the partition paths under the table\'s root directory " +

0 commit comments

Comments
 (0)