HyukjinKwon opened a new pull request, #39338: URL: https://github.com/apache/spark/pull/39338
### What changes were proposed in this pull request? This PR takes over https://github.com/apache/spark/pull/39211 and https://github.com/apache/spark/pull/38477 that proposes: - Move `connector/connect/dev/generate_protos.sh` → `dev/generate_protos.sh` to be consistent with other places - Move Python-specific development guides into `python/docs/source/development/testing.rst` ### Why are the changes needed? To keep the project structure and documentation consistent. ### Does this PR introduce _any_ user-facing change? Python-specific development guides for Spark Connect will be added in https://spark.apache.org/docs/latest/api/python/development/testing.html. ### How was this patch tested? I manually tested: ``` ./dev/generate_protos.sh ./dev/check-codegen-python.py ``` I also manually verified the Python documentation. -- 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]
