Skip to content

Conversation

@SemyonSinchenko
Copy link
Collaborator

What changes were proposed in this pull request?

An implementation of the Rocha–Thatte cycle detection algorithm

Why are the changes needed?

Close #697

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 94.59459% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.35%. Comparing base (931513e) to head (870997f).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
...re/src/main/scala/org/graphframes/GraphFrame.scala 50.00% 2 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@rjurney rjurney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Python docs

@SemyonSinchenko
Copy link
Collaborator Author

Add Python docs

Ill do it in #586 , first is core

Copy link
Collaborator

@rjurney rjurney left a 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
Copy link
Collaborator

@rjurney rjurney left a 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
@SemyonSinchenko SemyonSinchenko merged commit 7281d09 into graphframes:master Sep 22, 2025
5 checks passed
@SemyonSinchenko SemyonSinchenko deleted the 607-cycles-detection branch September 22, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Rocha–Thatte cycle detection algorithm

3 participants