itholic opened a new pull request, #36059: URL: https://github.com/apache/spark/pull/36059
### What changes were proposed in this pull request? This PR proposes to remove `ForeachBatchFunction` and `StreamingQueryException` from `python/docs/source/reference/pyspark.ss.rst` since they're not API so the doc build is failed. ### Why are the changes needed? To fix the document build failure. ### Does this PR introduce _any_ user-facing change? `ForeachBatchFunction` and `StreamingQueryException` are removed from the documents since they're not actually APIs. ### How was this patch tested? The existing doc build should be passed. -- 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]
