Skip to content

delete redundant method

29c2406
Select commit
Loading
Failed to load commit list.
Open

fix(server): support dedicated backend data structures and serialization logic for vector index. #2913

delete redundant method
29c2406
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2025 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 0.22624% with 441 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (vector-index@c92710c). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...java/org/apache/hugegraph/api/auth/ManagerAPI.java 0.00% 105 Missing ⚠️
...apache/hugegraph/structure/HugeVectorIndexMap.java 0.00% 46 Missing ⚠️
...hugegraph/backend/serializer/BinarySerializer.java 0.00% 39 Missing ⚠️
...n/java/org/apache/hugegraph/core/GraphManager.java 0.00% 33 Missing ⚠️
...va/org/apache/hugegraph/api/filter/PathFilter.java 0.00% 22 Missing ⚠️
...apache/hugegraph/type/define/IndexVectorState.java 0.00% 20 Missing ⚠️
...he/hugegraph/store/client/query/QueryExecutor.java 0.00% 15 Missing ⚠️
...he/hugegraph/backend/tx/GraphIndexTransaction.java 0.00% 14 Missing ⚠️
.../apache/hugegraph/store/util/CopyOnWriteCache.java 0.00% 14 Missing ⚠️
.../java/org/apache/hugegraph/api/auth/TargetAPI.java 0.00% 10 Missing ⚠️
... and 34 more
Additional details and impacted files
@@              Coverage Diff               @@
##             vector-index   #2913   +/-   ##
==============================================
  Coverage                ?   1.49%           
  Complexity              ?      21           
==============================================
  Files                   ?     782           
  Lines                   ?   65240           
  Branches                ?    8353           
==============================================
  Hits                    ?     975           
  Misses                  ?   64181           
  Partials                ?      84           

☔ 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.