We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bd021 commit a5eb604Copy full SHA for a5eb604
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1302,7 +1302,8 @@ object SQLConf {
1302
buildConf("spark.sql.legacy.rdd.applyConf")
1303
.internal()
1304
.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.")
+ " 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.")
1307
.booleanConf
1308
.createWithDefault(true)
1309
0 commit comments