dongjoon-hyun commented on a change in pull request #25734:
[SPARK-28939][SQL][2.4] Propagate SQLConf for plans executed by toRdd
URL: https://github.com/apache/spark/pull/25734#discussion_r323551425
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1298,6 +1298,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val USE_CONF_ON_RDD_OPERATION =
+ buildConf("spark.sql.legacy.rdd.applyConf")
+ .internal()
+ .doc("When false, SQL configurations are disregarded when operations on
a RDD derived from" +
+ " a dataframe are executed. This is the (buggy) behavior up to 2.4.3.")
Review comment:
`up to 2.4.4` ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]