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 5e85499 commit 14114acCopy full SHA for 14114ac
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1277,7 +1277,7 @@ object SQLConf {
1277
val REMOVE_REDUNDANT_SORTS_ENABLED = buildConf("spark.sql.execution.removeRedundantSorts")
1278
.internal()
1279
.doc("Whether to remove redundant physical sort node")
1280
- .version("3.1.0")
+ .version("2.4.8")
1281
.booleanConf
1282
.createWithDefault(true)
1283
0 commit comments