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 9f768fa commit ffccb4aCopy full SHA for ffccb4a
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -2235,7 +2235,7 @@ object SQLConf {
2235
s"instead of the value of ${DEFAULT_DATA_SOURCE_NAME.key}.")
2236
.version("3.0.0")
2237
.booleanConf
2238
- .createWithDefault(false)
+ .createWithDefault(true)
2239
2240
val LEGACY_BUCKETED_TABLE_SCAN_OUTPUT_ORDERING =
2241
buildConf("spark.sql.legacy.bucketedTableScan.outputOrdering")
0 commit comments