-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SEDONA-324] R fix tests #901
Conversation
remove compute
testing r branches
Clean up compute
Allow demo directory for development
R worklfow back to normal
There are still some warnings, I believe introduced by sparklyr 1.8.2. looking into that as well |
It worked on my fork, and package versions are the same, not clear what's going on. (https://github.com/gregleleu/sedona/actions/runs/5547961034) |
@gregleleu I cleaned up the cache and re-ran the R tests. It still fails... |
@gregleleu Your changes also fail on my fork: jiayuasu#1 |
Removed `compute` calls until new version of sparkylr is on CRAN
It's actually an issue with sparklyr not being ready fro dbplyr 2.3.3, but it's fixed in the development version. |
@gregleleu Thank you very much for your help! |
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
https://issues.apache.org/jira/browse/SEDONA-324
What changes were proposed in this PR?
Fixing the tests by removing the unneeded workaround
How was this patch tested?
By running the tests
Did this PR include necessary documentation updates?