HyukjinKwon commented on a change in pull request #29385: URL: https://github.com/apache/spark/pull/29385#discussion_r467342735
########## File path: python/docs/source/migration_guide/index.rst ########## @@ -20,3 +20,14 @@ Migration Guide =============== +Migration Guide: PySpark (Python on Spark) + +Note that this migration guide describes the items specific to PySpark. +Many items of SQL migration can be applied when migrating PySpark to higher versions. +Please refer `Migration Guide: SQL, Datasets and DataFrame <http://spark.apache.org/docs/latest/sql-migration-guide.html>`_. + +.. toctree:: + :maxdepth: 2 + + pyspark_2.4_to_3.0 Review comment: Oh yeah, I was thinking just completely move all, and just leave one link to redirect. I haven't checked how difficult to add a link back. If that's technically difficult, we can just guide users to read PySpark documentation without a link. ---------------------------------------------------------------- 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]
