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 when fetch properties of tags generated by a Project #2402

Merged
merged 5 commits into from
Feb 1, 2023

Conversation

BingqingLyu
Copy link
Collaborator

@BingqingLyu BingqingLyu commented Feb 1, 2023

What do these changes do?

  1. Fix the bug when we want to fetch properties of tags that generated by Project opr,
    e.g., g.V().out().as("a").in().select("a").as("b").select("b").by("name")
  2. Further replace Auxilia (to remove unnecessary system-given tags) by Project (to project necessary user-given tags) in Pattern

Related issue number

Fixes #2401

@BingqingLyu BingqingLyu changed the title [BUG Fix] Cannot output expected results in some cases of Project [BUG Fix] fix bug when fetch properties of tags generated by a Project Feb 1, 2023
Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

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

LGTM

@longbinlai longbinlai merged commit 0b006cd into alibaba:main Feb 1, 2023
@BingqingLyu BingqingLyu deleted the bug_fix branch February 1, 2023 08:39
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 output expected results in some cases of Project
2 participants