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

refactor(core): StringEncoding #300

Closed diaohancai closed 8 months ago

diaohancai commented 8 months ago

Purpose of the PR

Main Changes

  1. Refactor org.apache.hugegraph.computer.core.util.StringEncoding.
  2. Remove license, notice about org.apache.hugegraph.computer.core.util.StringEncoding.

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 8 months ago

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (e0b484a) 85.03% compared to head (41c7bbd) 85.23%. Report is 5 commits behind head on master.

Files Patch % Lines
...apache/hugegraph/computer/core/bsp/EtcdClient.java 52.38% 6 Missing and 4 partials :warning:
.../hugegraph/computer/core/worker/WorkerService.java 85.93% 8 Missing and 1 partial :warning:
.../hugegraph/computer/core/master/MasterService.java 50.00% 4 Missing and 3 partials :warning:
...hugegraph/computer/core/util/StringEncodeUtil.java 54.54% 5 Missing :warning:
...raph/computer/k8s/operator/OperatorEntrypoint.java 81.81% 2 Missing :warning:
...h/computer/core/network/session/ClientSession.java 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #300 +/- ## ============================================ + Coverage 85.03% 85.23% +0.20% - Complexity 3296 3301 +5 ============================================ Files 349 349 Lines 12485 12459 -26 Branches 1130 1123 -7 ============================================ + Hits 10616 10620 +4 + Misses 1329 1300 -29 + Partials 540 539 -1 ```

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