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

[Bug Fix] Fix bug in index_scan on Groot/Vineyard #2129

Merged
merged 6 commits into from Oct 13, 2022

Conversation

BingqingLyu
Copy link
Collaborator

What do these changes do?

As titled.

Related issue number

Fixes #2124

@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2022

Codecov Report

Merging #2129 (f21110a) into main (d4d942c) will increase coverage by 0.10%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2129      +/-   ##
==========================================
+ Coverage   40.03%   40.13%   +0.10%     
==========================================
  Files          87       87              
  Lines        9904     9904              
==========================================
+ Hits         3965     3975      +10     
+ Misses       5939     5929      -10     
Impacted Files Coverage Δ
python/graphscope/client/session.py 63.17% <0.00%> (+0.34%) ⬆️
python/graphscope/framework/graph.py 69.73% <0.00%> (+0.60%) ⬆️
python/graphscope/client/rpc.py 86.11% <0.00%> (+4.62%) ⬆️

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 d4d942c...f21110a. Read the comment docs.

@BingqingLyu BingqingLyu marked this pull request as ready for review October 13, 2022 04:15
@BingqingLyu BingqingLyu merged commit 6d94c3f into alibaba:main Oct 13, 2022
@BingqingLyu BingqingLyu deleted the pk_scan_fix branch October 13, 2022 11:26
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.

[BUG] Cannot reach properties when query vertices via index scan on gs store
3 participants