Skip to content

Commit 52d4c1c

Browse files
committed
set default spark.sql.sources.readPartitionWithSubdirectory.enabled=false
1 parent 4d917dc commit 52d4c1c

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
@@ -4316,7 +4316,7 @@ object SQLConf {
43164316
.doc("When set to true, Spark SQL could read the files of " +
43174317
" partitioned hive table from subdirectories under root path of table")
43184318
.booleanConf
4319-
.createWithDefault(true)
4319+
.createWithDefault(false)
43204320

43214321
val LEGACY_AVRO_ALLOW_INCOMPATIBLE_SCHEMA =
43224322
buildConf("spark.sql.legacy.avro.allowIncompatibleSchema")

0 commit comments

Comments
 (0)