Skip to content

Commit a5eb604

Browse files
committed
fix spark version, add deprecation
1 parent 43bd021 commit a5eb604

File tree

1 file changed

+2
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+2
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,8 @@ object SQLConf {
13021302
buildConf("spark.sql.legacy.rdd.applyConf")
13031303
.internal()
13041304
.doc("When false, SQL configurations are disregarded when operations on a RDD derived from" +
1305-
" a dataframe are executed. This is the (buggy) behavior up to 2.4.3.")
1305+
" a dataframe are executed. This is the (buggy) behavior up to 2.4.4. This config is " +
1306+
"deprecated and it will be removed in 3.0.0.")
13061307
.booleanConf
13071308
.createWithDefault(true)
13081309

0 commit comments

Comments
 (0)