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] Bugs of Tag Maintain and Property Cache Strategy in Group Operator #1851

Closed
BingqingLyu opened this issue Jul 18, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working component:gaia GAIA, the preview release of the next version of GIE

Comments

@BingqingLyu
Copy link
Collaborator

BingqingLyu commented Jul 18, 2022

Describe the bug

Two bugs in group() in IR-Core:

  1. tag maintain in group operator.
    An example is g.V().group().by(values("name").as("a")).select("a"), which output the following bug:
    image

  2. identifying what properties should be carried in advance.
    An example is g.V().group().by(outE().count()).by("name"), where "name" should be cached in the source operator g.V(), otherwise, we could not get property of "name" locally after grouping.
    Expected behavior: IR-Core should Identify "name" as a property that should be saved in the SourceOperator.

@BingqingLyu BingqingLyu added bug Something isn't working component:gaia GAIA, the preview release of the next version of GIE labels Jul 18, 2022
@BingqingLyu BingqingLyu changed the title [BUG] Bug in Property Cache Strategy in Group [BUG] Bugs of Tag Maintain and Property Cache Strategy in Group Operator Jul 18, 2022
@BingqingLyu
Copy link
Collaborator Author

Have been fixed in #1847

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:gaia GAIA, the preview release of the next version of GIE
Projects
None yet
Development

No branches or pull requests

2 participants