GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

[Bug Fix] fix a bug in encode/decode in group

Open BingqingLyu opened this issue 3 years ago • 1 comments
trafficstars

What do these changes do?

As titled.

Related issue number

Fixes #1965

BingqingLyu avatar Aug 15 '22 02:08 BingqingLyu

Codecov Report

Merging #1966 (3efe79b) into main (2f7d1ec) will decrease coverage by 3.80%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1966      +/-   ##
==========================================
- Coverage   43.91%   40.10%   -3.81%     
==========================================
  Files          89       89              
  Lines        9820     9820              
==========================================
- Hits         4312     3938     -374     
- Misses       5508     5882     +374     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/graphscope/deploy/hosts/cluster.py 29.41% <0.00%> (-58.83%) :arrow_down:
python/graphscope/analytical/app/java_app.py 24.24% <0.00%> (-44.95%) :arrow_down:
python/graphscope/framework/utils.py 40.10% <0.00%> (-14.85%) :arrow_down:
python/graphscope/framework/app.py 69.95% <0.00%> (-10.33%) :arrow_down:
python/graphscope/client/rpc.py 81.48% <0.00%> (-8.34%) :arrow_down:
python/graphscope/framework/graph_schema.py 52.45% <0.00%> (-7.11%) :arrow_down:
python/graphscope/tests/conftest.py 48.21% <0.00%> (-4.65%) :arrow_down:
python/graphscope/client/session.py 63.75% <0.00%> (-3.22%) :arrow_down:
python/graphscope/analytical/udf/utils.py 36.17% <0.00%> (-3.20%) :arrow_down:
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f7d1ec...3efe79b. Read the comment docs.

codecov-commenter avatar Aug 15 '22 04:08 codecov-commenter