Skip to content

Commit ea49eed

Browse files
committed
change the conf default
1 parent 8486680 commit ea49eed

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
@@ -1718,7 +1718,7 @@ object SQLConf {
17181718
"Data source V1 now silently drops partitionBy columns for non-file-format sources; " +
17191719
"turning the flag on provides a way for these sources to see these partitionBy columns.")
17201720
.booleanConf
1721-
.createWithDefault(false)
1721+
.createWithDefault(true)
17221722

17231723
val NAME_NON_STRUCT_GROUPING_KEY_AS_VALUE =
17241724
buildConf("spark.sql.legacy.dataset.nameNonStructGroupingKeyAsValue")

0 commit comments

Comments
 (0)