dongjoon-hyun edited a comment on pull request #28358:
URL: https://github.com/apache/spark/pull/28358#issuecomment-619711936


   AppVeyor seems to complain at `SparkR` installation.
   However, on Mac, installation is okay and JVM call is okay and some SQL 
queries (CREATE/INSERT/SELECT) works.
   ```
   R version 4.0.0 (2020-04-24) -- "Arbor Day"
   ...
   > head(sql("select version()"))
                                          version()
   1 3.1.0 1951fe1451ae7e145f83f97a961172590a7f4d77
   
   > sparkR.callJStatic("java.lang.System", "getProperty", "java.home")
   [1] "/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre"
   ```
   The real situation seems that Spark is hitting another behavior change of R 
4.0. I'll investigate this later.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to