panbingkun opened a new pull request, #42622:
URL: https://github.com/apache/spark/pull/42622
### What changes were proposed in this pull request?
The pr aims to fix some bug in regenerating pyspark docs in certain
scenarios.
### Why are the changes needed?
- The following error occurred while I was regenerating the pyspark document.
<img width="1001" alt="image"
src="https://github.com/apache/spark/assets/15246973/548abd63-4349-4267-b1fe-a293bd1e7f3e">
- We can simply reproduce this problem as follows:
1.git reset --hard 3f380b9ecc8b27f6965b554061572e0990f0513
<img width="1416" alt="image"
src="https://github.com/apache/spark/assets/15246973/5ab9c8fc-5835-4ced-8d92-9d5e020b262a">
2.make clean html, at this point, it is successful.
<img width="1000" alt="image"
src="https://github.com/apache/spark/assets/15246973/5c3ce07f-cbe8-4177-ae22-b16c3fc62e01">
3.git pull
4.make clean html, at this point, it is failed.
<img width="1001" alt="image"
src="https://github.com/apache/spark/assets/15246973/548abd63-4349-4267-b1fe-a293bd1e7f3e">
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
1.Pass GA.
2.Manually test.
### Was this patch authored or co-authored using generative AI tooling?
No.
--
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]