-
Notifications
You must be signed in to change notification settings - Fork 41
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(core): support output filter #303
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #303 +/- ##
============================================
- Coverage 85.03% 84.97% -0.06%
- Complexity 3296 3366 +70
============================================
Files 349 360 +11
Lines 12485 12683 +198
Branches 1130 1151 +21
============================================
+ Hits 10616 10778 +162
- Misses 1329 1342 +13
- Partials 540 563 +23 ☔ View full report in Codecov by Sentry. |
Please split algorithm module change to another PR. |
Done. |
@@ -278,4 +278,8 @@ private boolean isAllTargetsReached(Vertex vertex) { | |||
} | |||
return false; | |||
} | |||
|
|||
public IdSet getTargetIdSet() { | |||
return targetIdSet; |
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.
keep this.
prefix for members access
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
Purpose of the PR
Main Changes
SingleSourceShortestPathOutput
implementsorg.apache.hugegraph.computer.core.output.ComputerOutput#filter
Verifying these changes
org.apache.hugegraph.computer.algorithm.path.shortest.SingleSourceShortestPathTest
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need