Skip to content

Commit 14114ac

Browse files
update version
1 parent 5e85499 commit 14114ac

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
@@ -1277,7 +1277,7 @@ object SQLConf {
12771277
val REMOVE_REDUNDANT_SORTS_ENABLED = buildConf("spark.sql.execution.removeRedundantSorts")
12781278
.internal()
12791279
.doc("Whether to remove redundant physical sort node")
1280-
.version("3.1.0")
1280+
.version("2.4.8")
12811281
.booleanConf
12821282
.createWithDefault(true)
12831283

0 commit comments

Comments
 (0)