apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

feat(server): support new backend Hstore #2560

Closed VGalaxies closed 2 months ago

VGalaxies commented 3 months ago

subtask of #2483

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 4.83829% with 3678 lines in your changes missing coverage. Please review.

Project coverage is 53.07%. Comparing base (37e71c4) to head (975bba5).

Files Patch % Lines
...pache/hugegraph/meta/managers/AuthMetaManager.java 0.00% 471 Missing :warning:
...in/java/org/apache/hugegraph/meta/MetaManager.java 0.00% 366 Missing :warning:
...ache/hugegraph/backend/tx/SchemaTransactionV2.java 0.00% 296 Missing :warning:
...pache/hugegraph/task/DistributedTaskScheduler.java 0.00% 272 Missing :warning:
...graph/backend/cache/CachedSchemaTransactionV2.java 0.00% 231 Missing :warning:
...in/java/org/apache/hugegraph/space/GraphSpace.java 0.00% 230 Missing :warning:
.../main/java/org/apache/hugegraph/space/Service.java 0.00% 161 Missing :warning:
...che/hugegraph/meta/managers/SchemaMetaManager.java 0.00% 149 Missing :warning:
...java/org/apache/hugegraph/meta/EtcdMetaDriver.java 0.00% 142 Missing :warning:
.../apache/hugegraph/task/TaskAndResultScheduler.java 0.00% 137 Missing :warning:
... and 48 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2560 +/- ## ============================================ - Coverage 56.42% 53.07% -3.36% - Complexity 586 827 +241 ============================================ Files 612 643 +31 Lines 49672 53387 +3715 Branches 6681 7018 +337 ============================================ + Hits 28029 28336 +307 - Misses 18833 22216 +3383 - Partials 2810 2835 +25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.