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

[good-first-issue]Move save_to/load_from from client side to coordinator #2917

Merged
merged 2 commits into from Jun 21, 2023

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Jun 19, 2023

Current graph serialization and deserialization is performed at client side, which should be done on coordiantor.
#1982

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@c1007cf). Click here to learn what that means.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2917   +/-   ##
=======================================
  Coverage        ?   73.34%           
=======================================
  Files           ?       99           
  Lines           ?    10661           
  Branches        ?        0           
=======================================
  Hits            ?     7819           
  Misses          ?     2842           
  Partials        ?        0           
Impacted Files Coverage Δ
python/graphscope/framework/dag_utils.py 67.71% <100.00%> (ø)
python/graphscope/framework/graph.py 84.30% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

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

@yecol
Copy link
Collaborator

yecol commented Jun 20, 2023

/cc @siyuan0322 @acezen
Please be aware of the changes introduced by this PR.

zhanglei1949 and others added 2 commits June 21, 2023 09:14
Committed-by: zhanglei1949 from Dev container

e

Committed-by: zhanglei1949 from Dev container

format

Committed-by: zhanglei1949 from Dev container

Committed-by: zhanglei1949 from Dev container
Co-authored-by: Tao He <sighingnow@gmail.com>
@zhanglei1949 zhanglei1949 changed the title Move save_to/load_from from client side to coordinator [good-first-issue]Move save_to/load_from from client side to coordinator Jun 21, 2023
@zhanglei1949 zhanglei1949 merged commit f0a779e into alibaba:main Jun 21, 2023
23 of 24 checks passed
@zhanglei1949 zhanglei1949 deleted the save_to_at_coordinator branch September 27, 2023 06:02
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.

None yet

5 participants