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

[GraphProxy] Optimize LazyDetails #1921

Merged
merged 10 commits into from
Aug 4, 2022
Merged

[GraphProxy] Optimize LazyDetails #1921

merged 10 commits into from
Aug 4, 2022

Conversation

BingqingLyu
Copy link
Collaborator

@BingqingLyu BingqingLyu commented Aug 2, 2022

What do these changes do?

As titled.

Related issue number

Fixes #1923

@BingqingLyu BingqingLyu changed the title [GAIA Runtime] Optimize LazyDetails [Graph Proxy] Optimize LazyDetails Aug 2, 2022
@BingqingLyu BingqingLyu changed the title [Graph Proxy] Optimize LazyDetails [GraphProxy] Optimize LazyDetails Aug 2, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2022

Codecov Report

Merging #1921 (3f267ec) into main (8a04f83) will increase coverage by 5.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1921      +/-   ##
==========================================
+ Coverage   35.01%   40.10%   +5.09%     
==========================================
  Files          89       89              
  Lines        9816     9816              
==========================================
+ Hits         3437     3937     +500     
+ Misses       6379     5879     -500     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/deploy/hosts/cluster.py 29.41% <0.00%> (-58.83%) ⬇️
python/graphscope/analytical/app/java_app.py 24.24% <0.00%> (-44.95%) ⬇️
python/graphscope/framework/graph_schema.py 52.45% <0.00%> (-7.11%) ⬇️
python/graphscope/framework/utils.py 40.10% <0.00%> (-4.95%) ⬇️
python/graphscope/analytical/udf/utils.py 36.17% <0.00%> (-3.20%) ⬇️
python/graphscope/framework/app.py 69.95% <0.00%> (-1.88%) ⬇️
python/graphscope/tests/conftest.py 48.21% <0.00%> (ø)
python/graphscope/client/utils.py 81.36% <0.00%> (+4.96%) ⬆️
python/graphscope/client/session.py 63.75% <0.00%> (+5.17%) ⬆️
... and 18 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 8a04f83...3f267ec. Read the comment docs.

Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@longbinlai longbinlai merged commit 9284f69 into alibaba:main Aug 4, 2022
@longbinlai longbinlai deleted the optimize_lazy_details branch August 4, 2022 08:50
iamdrq pushed a commit to iamdrq/GraphScope that referenced this pull request Aug 4, 2022
* [ReadGraph] optimize LazyDetails on GraphScopeStore

* [ReadGraph] optimize LazyDetails on ExpStore

* [ReadGraph] add EmptyDetails

* fix ci test

* [EmptyDetails] refine the implementations

* [ReadGraph] optimize LazyDetails on ExpStore

* [CI Test] add ci tests for empty detail cases

* refine DynDetails as a enum type

* further remove DefaultDetails

* refine and fix
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.

Optimize LazyDetails in GAIA Runtime
3 participants