dieggoluis opened a new pull request #34452: URL: https://github.com/apache/spark/pull/34452
### What changes were proposed in this pull request? Just correct a minor typo in the migration guide. Change from `Double.Nan` to `Double.NaN` ### Why are the changes needed? The correct `NaN` representation for `Double` is `Double.NaN` ### Does this PR introduce _any_ user-facing change? Yes, it corrects a typo in the migration guide. ### How was this patch tested? Docs change only. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
