kjmrknsn opened a new pull request #30081: URL: https://github.com/apache/spark/pull/30081
### What changes were proposed in this pull request? This pull request changes the link to the pickle module page from https://docs.python.org/2/library/pickle.html to https://docs.python.org/3/library/pickle.html in RDD Programming Guide. ### Why are the changes needed? Since Python 2 is no longer supported and it is preferable to refer to the pickle module page of Python 3. ### Does this PR introduce _any_ user-facing change? Yes. Before: the `Pickle` link's destination page was https://docs.python.org/2/library/pickle.html After: the `Pickle` link's destination page is https://docs.python.org/3/library/pickle.html ### How was this patch tested? By building the documentation site and check the link's destination page is changed correctly in the local environment. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
