Skip to content

Commit f232b64

Browse files
committed
Revert "Update the SQL migration guide"
This reverts commit e82f027.
1 parent 228673d commit f232b64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/sql-migration-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ license: |
217217

218218
- Since Spark 3.0, the `size` function returns `NULL` for the `NULL` input. In Spark version 2.4 and earlier, this function gives `-1` for the same input. To restore the behavior before Spark 3.0, you can set `spark.sql.legacy.sizeOfNull` to `true`.
219219

220-
- In Spark version 2.4 and earlier, dates subtraction `date1` - `date2` gives the number of days from `date1` to `date2`. Since Spark 3.0, the expression has the `INTERVAL` type and returns an interval between two dates. To get the number of days, use the `datediff` function.
221-
222220
## Upgrading from Spark SQL 2.4 to 2.4.1
223221

224222
- The value of `spark.executor.heartbeatInterval`, when specified without units like "30" rather than "30s", was

0 commit comments

Comments
 (0)