apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

fix(algorithm): record loop is not copied #276

Closed corgiboygsj closed 10 months ago

corgiboygsj commented 10 months ago

Purpose of the PR

Main Changes

The result is not copied when the loop is detected.

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 10 months ago

Codecov Report

Merging #276 (35364c2) into master (2e45cd2) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #276      +/-   ##
============================================
- Coverage     85.10%   85.09%   -0.02%     
- Complexity     3245     3246       +1     
============================================
  Files           345      345              
  Lines         12283    12283              
  Branches       1101     1101              
============================================
- Hits          10454    10452       -2     
- Misses         1303     1304       +1     
- Partials        526      527       +1     
Files Coverage Δ
.../computer/algorithm/path/rings/RingsDetection.java 87.50% <100.00%> (ø)

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more