Skip to content

Commit 1b145e2

Browse files
authored
Update sql-migration-guide-upgrade.md
1 parent a5eb604 commit 1b145e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/sql-migration-guide-upgrade.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ displayTitle: Spark SQL Upgrading Guide
1010
## Upgrading from Spark SQL 2.4 to 2.4.5
1111

1212
- Starting from 2.4.5, SQL configurations are effective also when a Dataset is converted to an RDD and its
13-
plan is executed due to action on the derived RDD. The previous buggy behavior can be restored setting
14-
`spark.sql.legacy.rdd.applyConf` to `false`.
13+
plan is executed due to action on the derived RDD. The previous behavior can be restored setting
14+
`spark.sql.legacy.rdd.applyConf` to `false`: in this case, SQL configurations are ignored for operations
15+
performed on a RDD derived from a Dataset.
1516

1617
## Upgrading from Spark SQL 2.4 to 2.4.1
1718

0 commit comments

Comments
 (0)