zhengruifeng commented on code in PR #44754:
URL: https://github.com/apache/spark/pull/44754#discussion_r1453368381


##########
.github/workflows/build_and_test.yml:
##########
@@ -751,13 +752,16 @@ jobs:
         Rscript -e "install.packages(c('devtools', 'testthat', 'knitr', 
'rmarkdown', 'markdown', 'e1071', 'roxygen2', 'ggplot2', 'mvtnorm', 'statmod'), 
repos='https://cloud.r-project.org/')"
         Rscript -e "devtools::install_version('pkgdown', version='2.0.1', 
repos='https://cloud.r-project.org')"
         Rscript -e "devtools::install_version('preferably', version='0.4', 
repos='https://cloud.r-project.org')"
+    # Should merge this step with 'Install Python linter dependencies' after 
SPARK 3.5 EOL.

Review Comment:
   `Install Python linter dependencies` actually affects `Install dependencies 
for documentation generation` a lot, we should merge them in the future



-- 
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]

Reply via email to