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 8486680 commit ea49eedCopy full SHA for ea49eed
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1718,7 +1718,7 @@ object SQLConf {
1718
"Data source V1 now silently drops partitionBy columns for non-file-format sources; " +
1719
"turning the flag on provides a way for these sources to see these partitionBy columns.")
1720
.booleanConf
1721
- .createWithDefault(false)
+ .createWithDefault(true)
1722
1723
val NAME_NON_STRUCT_GROUPING_KEY_AS_VALUE =
1724
buildConf("spark.sql.legacy.dataset.nameNonStructGroupingKeyAsValue")
0 commit comments