LuciferYang commented on code in PR #51150:
URL: https://github.com/apache/spark/pull/51150#discussion_r2149168916
##########
.github/workflows/build_and_test.yml:
##########
@@ -1000,8 +1000,12 @@ jobs:
python3.9 -m pip install ipython_genutils # See SPARK-38517
python3.9 -m pip install sphinx_plotly_directive 'numpy>=1.20.0'
pyarrow pandas 'plotly<6.0.0'
python3.9 -m pip install 'docutils<0.18.0' # See SPARK-39421
- - name: List Python packages
+ - name: List Python packages for branch-3.5 and branch-4.0
Review Comment:
In fact, we do not execute the task of `documentation generation` during the
daily tests for the `branch-4.0` and `branch-3.5`
- https://github.com/apache/spark/actions/runs/15662500049
- https://github.com/apache/spark/actions/runs/15663006363
If it is indeed confirmed that the `documentation generation` task will
never be carried out on branches other than the `master` branch, perhaps we can
simplify the logic here.
--
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]