Fix: paths api return empty if start and end with same vertex id by zyxxoo · Pull Request #1435 · apache/hugegraph
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 583
Merged
Fix: paths api return empty if start and end with same vertex id#1435
Fix: paths api return empty if start and end with same vertex id#1435
Conversation
Copy link
Contributor
zyxxoo
commented
Apr 27, 2021
zyxxoo
commented
paths api get and post method return same result
zyxxoo
changed the title
Fix paths api
Fix paths api return empty if start and end vertix same id
imbajin reviewed Apr 27, 2021
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/NeighborRankTraverser.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/traversal/algorithm/NeighborRankTraverser.java Outdated Show resolved Hide resolved
zyxxoo
force-pushed
the
fix_paths_api
branch
from
a403763 to
04f3dd9
Compare
zyxxoo
force-pushed
the
fix_paths_api
branch
from
04f3dd9 to
b586d5b
Compare
Copy link
Codecov Report
Merging #1435 (b586d5b) into master (0e686ff) will increase coverage by
0.01%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #1435 +/- ## ============================================ + Coverage 62.21% 62.22% +0.01% - Complexity 5856 5859 +3 ============================================ Files 381 381 Lines 32135 32135 Branches 4504 4504 ============================================ + Hits 19993 19997 +4 + Misses 10090 10089 -1 + Partials 2052 2049 -3
| Impacted Files | Coverage Δ | Complexity Δ | |
|---|---|---|---|
| ...a/com/baidu/hugegraph/backend/query/Condition.java | 78.46% <0.00%> (ø) |
32.00% <0.00%> (ø%) |
|
| ...du/hugegraph/backend/tx/GraphIndexTransaction.java | 81.27% <0.00%> (+0.23%) |
204.00% <0.00%> (+1.00%) |
|
| ...c/main/java/com/baidu/hugegraph/task/HugeTask.java | 69.84% <0.00%> (+0.30%) |
82.00% <0.00%> (+1.00%) |
|
| ...va/com/baidu/hugegraph/task/ServerInfoManager.java | 70.78% <0.00%> (+0.56%) |
51.00% <0.00%> (+1.00%) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 0e686ff...b586d5b. Read the comment docs.
Linary approved these changes Apr 28, 2021
zhoney approved these changes Apr 28, 2021
zhoney
merged commit
4200645
into
master
zhoney
deleted the
fix_paths_api
branch
javeme
changed the title
Fix paths api return empty if start and end vertix same id
Fix: paths api return empty if start and end with same vertex id
zhoney pushed a commit that referenced this pull request
May 27, 2021This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment