-
Notifications
You must be signed in to change notification settings - Fork 257
feat: add Rocha–Thatte cycle detection algorithm #700
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
feat: add Rocha–Thatte cycle detection algorithm #700
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #700 +/- ##
==========================================
- Coverage 87.58% 86.35% -1.24%
==========================================
Files 61 63 +2
Lines 2691 2822 +131
Branches 287 319 +32
==========================================
+ Hits 2357 2437 +80
- Misses 334 385 +51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rjurney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add Python docs
Ill do it in #586 , first is core |
rjurney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, Python implementation and docs will follow core.
…ection # Conflicts: # core/src/main/scala/org/graphframes/GraphFrame.scala
+ fix docs generation
rjurney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
+ remove unnecessary distinct
What changes were proposed in this pull request?
An implementation of the Rocha–Thatte cycle detection algorithm
Why are the changes needed?
Close #697