hvanhovell 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_r323615125
 
 

 ##########
 File path: docs/sql-migration-guide-upgrade.md
 ##########
 @@ -7,6 +7,12 @@ displayTitle: Spark SQL Upgrading Guide
 * Table of contents
 {:toc}
 
+## Upgrading from Spark SQL 2.4 to 2.4.5
+
+ - Starting from 2.4.5, SQL configurations are effective also when a Dataset 
is converted to an RDD and its
+   plan is executed due to action on the derived RDD. The previous buggy 
behavior can be restored setting
 
 Review comment:
   I'd personally refrain from using the term `buggy`. Please explain what the 
previous behavior was.

----------------------------------------------------------------
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]

Reply via email to