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 GAE v6d test with arrow projected fragment #2345

Merged
merged 3 commits into from
Dec 28, 2022

Conversation

songqing
Copy link
Contributor

What do these changes do?

The run_vy_app.cc contains multiple algorithm tests, and some of them are about ArrowProjectedFragment.
However, now all these algorithms use the same params with the Project(), that is "ProjectedFragmentType::Project(fragment, 0, 0, 0, 0)", the last param of this function is "e_prop_id".
For SSSP, we need edge data, and the e_prop_id is not 0(0 is the src id column), but 2, so, the result of SSSP is wrong, see the following pic.
g3

Related issue number

Fixes
So, we need multiple ProjectedFragmentTypes with different node end edge types, and that's the PR does.

@sighingnow
Copy link
Collaborator

LGTM.

@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2022

Codecov Report

Merging #2345 (7989d2c) into main (b6ddee7) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2345   +/-   ##
=======================================
  Coverage   43.59%   43.59%           
=======================================
  Files          88       88           
  Lines        9714     9714           
=======================================
  Hits         4235     4235           
  Misses       5479     5479           

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 b6ddee7...7989d2c. Read the comment docs.

@songqing
Copy link
Contributor Author

@sighingnow help to approval the workflows, thanks

@sighingnow sighingnow merged commit 19b082d into alibaba:main Dec 28, 2022
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

4 participants