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

Fix compile app with graph which use string as original id. #120

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

siyuan0322
Copy link
Collaborator

@siyuan0322 siyuan0322 commented Feb 2, 2021

This PR fixed string not recognized in some frame files cause the std prefix is not there.

But when digging deep in whether all apps could run on graph which use string as original id, it seems that most apps will error out when quering. The reason includes 1. AutoWorkers cannot send string messages. 2. Some apps are not designed with support string in mind, so weird error happens, etc. These require a more careful case by case study.

@codecov-io
Copy link

Codecov Report

Merging #120 (a1f33e3) into main (512a5b8) will decrease coverage by 13.14%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #120       +/-   ##
===========================================
- Coverage   78.30%   65.16%   -13.15%     
===========================================
  Files          50       49        -1     
  Lines        4601     4403      -198     
===========================================
- Hits         3603     2869      -734     
- Misses        998     1534      +536     
Impacted Files Coverage Δ
python/graphscope/framework/dag_utils.py 63.52% <ø> (ø)
python/graphscope/interactive/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/interactive/query.py 0.00% <0.00%> (-94.65%) ⬇️
python/graphscope/deploy/kubernetes/utils.py 12.69% <0.00%> (-61.43%) ⬇️
python/graphscope/deploy/kubernetes/cluster.py 22.34% <0.00%> (-52.84%) ⬇️
...n/graphscope/deploy/kubernetes/resource_builder.py 28.14% <0.00%> (-32.52%) ⬇️
python/graphscope/analytical/app/triangles.py 80.00% <0.00%> (-20.00%) ⬇️
python/graphscope/client/rpc.py 65.32% <0.00%> (-18.51%) ⬇️
python/graphscope/client/utils.py 79.16% <0.00%> (-16.92%) ⬇️
python/graphscope/framework/graph.py 82.67% <0.00%> (-9.37%) ⬇️
... and 14 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 512a5b8...a1f33e3. Read the comment docs.

python/graphscope/__init__.py Outdated Show resolved Hide resolved
@sighingnow
Copy link
Collaborator

Could you please DON'T mix some unrelated doc changes into a bugfix PR?

Copy link
Collaborator

@sighingnow sighingnow left a comment

Choose a reason for hiding this comment

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

LGTM.

@siyuan0322 siyuan0322 merged commit 33b7e97 into alibaba:main Feb 2, 2021
@siyuan0322 siyuan0322 deleted the zsy/doc branch February 2, 2021 09:34
sighingnow pushed a commit to sighingnow/GraphScope that referenced this pull request Feb 23, 2021
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.

4 participants