Github user shivaram commented on the issue:

    https://github.com/apache/spark/pull/14258
  
    Not sure clean + rebuild will solve the problem here. The problem here is 
that we load the Spark 2.0.0 JARs using `install_spark` (i.e. that didn't have 
the fix in #14095) and we use R test code in the master branch which has the 
updated unit test. Or in other words need to use R code which doesn't have the 
test. (i.e. branch-2.0) and the master branch cannot be used with Spark 2.0.0 
JARs. 
    
    This may not be a big problem if we only enable CRAN checks on branch-2.0, 
but it seems like disabling the tests as in #14357 is an easy way to avoid 
confusion for now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to