Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local vertex map to arrow fragment and arrow projected fragment. #2212

Merged
merged 22 commits into from
Nov 15, 2022

Conversation

siyuan0322
Copy link
Collaborator

What do these changes do?

Add LocalVertexMap to arrow fragment and arrow projected fragment.

The LocalVertexMap is only support in LoadFragment that comes with a whole batch of vertices and edges, not support AddLabel with additional vertices and edges label yet.

Related issue number

Fixes #1689
Revamp of #1794

@siyuan0322 siyuan0322 marked this pull request as draft November 8, 2022 05:54
@siyuan0322 siyuan0322 marked this pull request as ready for review November 10, 2022 13:26
@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2022

Codecov Report

Merging #2212 (8a52456) into main (cc51704) will decrease coverage by 6.96%.
The diff coverage is 84.88%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2212      +/-   ##
==========================================
- Coverage   72.93%   65.97%   -6.97%     
==========================================
  Files          89       89              
  Lines        9793     9867      +74     
==========================================
- Hits         7143     6510     -633     
- Misses       2650     3357     +707     
Impacted Files Coverage Δ
...on/graphscope/tests/kubernetes/test_demo_script.py 0.00% <0.00%> (-91.75%) ⬇️
python/graphscope/client/session.py 72.10% <66.66%> (-4.37%) ⬇️
python/graphscope/framework/utils.py 67.25% <87.50%> (-0.20%) ⬇️
python/graphscope/framework/graph.py 86.32% <90.00%> (-0.26%) ⬇️
python/graphscope/tests/conftest.py 77.12% <93.75%> (-3.83%) ⬇️
python/graphscope/framework/dag_utils.py 64.35% <100.00%> (-1.96%) ⬇️
python/graphscope/framework/graph_builder.py 88.57% <100.00%> (+0.33%) ⬆️
python/graphscope/tests/unittest/test_app.py 95.91% <100.00%> (+0.20%) ⬆️
...hon/graphscope/tests/unittest/test_create_graph.py 92.72% <100.00%> (+0.72%) ⬆️
...aphscope/tests/kubernetes/test_resource_builder.py 0.00% <0.00%> (-100.00%) ⬇️
... and 19 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 cc51704...8a52456. Read the comment docs.

@sighingnow sighingnow merged commit 2fbc4ad into alibaba:main Nov 15, 2022
@siyuan0322 siyuan0322 deleted the 1794 branch November 25, 2022 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement local vertex map
4 participants