HyukjinKwon opened a new pull request #32760: URL: https://github.com/apache/spark/pull/32760
### What changes were proposed in this pull request? This PR proposes to remove PySpark documentation build in linter check because: - to remove duplicate documentation build in CI - for https://github.com/apache/spark/pull/32726. With this PR PySpark documentation build requires a full Spark build to generate plot images in PySpark documentation. It makes less sense to require it in Python linter. - to speed up CI build ### Why are the changes needed? Python linter script includes documentation build. Because of this, we run documentation builds duplicately in CI, and requires unnecessary dependencies to be installed, and takes extra time. It would more make sense to exclude this in Python linter. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Manually tested, and it will be tested in CI. -- 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]
