HyukjinKwon commented on a change in pull request #26555: [SPARK-29378][R]
Upgrade SparkR to use Arrow 0.15 API
URL: https://github.com/apache/spark/pull/26555#discussion_r347178368
##########
File path: appveyor.yml
##########
@@ -42,10 +42,8 @@ install:
# Install maven and dependencies
- ps: .\dev\appveyor-install-dependencies.ps1
# Required package for R unit tests
- - cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'e1071', 'survival'),
repos='https://cloud.r-project.org/')"
- # Use Arrow R 0.14.1 for now. 0.15.0 seems not working for now. See
SPARK-29378.
+ - cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'e1071', 'survival',
'arrow'), repos='https://cloud.r-project.org/')"
- cmd: R -e "install.packages(c('assertthat', 'bit64', 'fs', 'purrr', 'R6',
'tidyselect'), repos='https://cloud.r-project.org/')"
Review comment:
This line was to install Arrow dependencies manually (because devtools
started to require testthat dependency as 2.0.0+; however, SparkR requires
1.0.2). So, I think we can remove this line too. Let me make a quick followup.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]