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

chore(pd-store): cherry-pick commits from master for synchronization & some modifications for passing partial hstore tests #2414

Closed VGalaxies closed 8 months ago

VGalaxies commented 8 months ago

Purpose of the PR

Subtask of https://github.com/apache/incubator-hugegraph/issues/2265.

Similar to https://github.com/apache/incubator-hugegraph/pull/2345, also upgrading the dependencies of hugegraph-common to version 1.2.0 within pd and store modules.

Main Changes

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (pd-store@dd44f70). Click here to learn what that means.

:exclamation: Current head 2c84ac0 differs from pull request most recent head b670169. Consider uploading reports for the commit b670169 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## pd-store #2414 +/- ## =========================================== Coverage ? 49.58% Complexity ? 1211 =========================================== Files ? 718 Lines ? 58283 Branches ? 7484 =========================================== Hits ? 28901 Misses ? 26495 Partials ? 2887 ```

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

VGalaxies commented 8 months ago

NOTE: We should strive to pass hstore tests before merging, @Pengzna could you please help with this?

VGalaxies commented 8 months ago

@Pengzna In next PR, trying to fix potential issues to pass tests in hstore (excluding OLAP scenarios)