HyukjinKwon commented on code in PR #37546:
URL: https://github.com/apache/spark/pull/37546#discussion_r947501063
##########
appveyor.yml:
##########
@@ -42,7 +42,10 @@ install:
# Install SBT and dependencies
- ps: .\dev\appveyor-install-dependencies.ps1
# Required package for R unit tests. xml2 is required to use jUnit reporter
in testthat.
- - cmd: Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat',
'e1071', 'survival', 'arrow', 'xml2'), repos='https://cloud.r-project.org/')"
+ - cmd: Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat',
'e1071', 'survival', 'xml2'), repos='https://cloud.r-project.org/')"
+ # TODO(SPARK-40114): support Arrow 9.0.0
+ - cmd: Rscript -e "install.packages(c('devtools'),
repos='https://cloud.r-project.org/')"
+ - cmd: Rscript -e "devtools::install_version('arrow', version='8.0.0',
repos='https://cloud.r-project.org')"
Review Comment:
```suggestion
# TODO(SPARK-40114): Add 'arrow' back with supporting Arrow 9.0.0
- cmd: Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat',
'e1071', 'survival', 'xml2'), repos='https://cloud.r-project.org/')"
```
--
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]