-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add source_in_ring args for rings API #528
Conversation
Codecov Report
@@ Coverage Diff @@
## master #528 +/- ##
============================================
+ Coverage 70.19% 70.36% +0.16%
- Complexity 3418 3449 +31
============================================
Files 216 216
Lines 16461 16533 +72
Branches 2351 2355 +4
============================================
+ Hits 11555 11633 +78
- Misses 3650 3658 +8
+ Partials 1256 1242 -14
Continue to review full report at Codecov.
|
hugegraph-api/src/main/java/com/baidu/hugegraph/api/traversers/RaysAPI.java
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/api/traversers/RingsAPI.java
Show resolved
Hide resolved
hugegraph-api/src/main/java/com/baidu/hugegraph/version/ApiVersion.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/HugeTraverser.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/SubGraphTraverser.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/SubGraphTraverser.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/SubGraphTraverser.java
Outdated
Show resolved
Hide resolved
fixed: #523 Change-Id: If8c5cc4d8678f847ce4a5f0388e56aae465d3ea6
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/SubGraphTraverser.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/SubGraphTraverser.java
Outdated
Show resolved
Hide resolved
Change-Id: I9834c43a2c04c120844cf77029c8cc0e2af02076
} | ||
} | ||
} | ||
assert count == 1; |
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.
seems count maybe = 0
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.
there already exists one edge connected to 'target', so count must be >= 1, false means count == 1
fixed: #523
Change-Id: If8c5cc4d8678f847ce4a5f0388e56aae465d3ea6