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

Match do not support expand from id set #5363

Closed
czpmango opened this issue Feb 22, 2023 · 1 comment
Closed

Match do not support expand from id set #5363

czpmango opened this issue Feb 22, 2023 · 1 comment
Labels
affects/master PR/issue: this bug affects master version. process/fixed Process of bug severity/minor Severity of bug type/bug Type: something is unexpected

Comments

@czpmango
Copy link
Contributor

Describe the bug (required)
As title

Your Environments (required)
nebula v3.3.0

How To Reproduce(required)

MATCH (v) WHERE id(v) IN {"Tim Duncan","Tony Parker","1","2","3","4","5","6","7","8","9","10","11","12","13"}
RETURN v.player.name AS vname

Expected behavior
Get the correct query result.

@czpmango czpmango added the type/bug Type: something is unexpected label Feb 22, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Feb 22, 2023
@czpmango
Copy link
Contributor Author

Fixed.

@github-actions github-actions bot added the process/fixed Process of bug label Feb 22, 2023
@shanlai shanlai added the affects/master PR/issue: this bug affects master version. label Feb 22, 2023
@github-actions github-actions bot removed the affects/none PR/issue: this bug affects none version. label Feb 22, 2023
@shanlai shanlai added severity/minor Severity of bug affects/none PR/issue: this bug affects none version. and removed severity/none Severity of bug affects/none PR/issue: this bug affects none version. labels Feb 22, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. and removed affects/master PR/issue: this bug affects master version. labels Feb 22, 2023
@shanlai shanlai added affects/master PR/issue: this bug affects master version. and removed affects/none PR/issue: this bug affects none version. labels Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/master PR/issue: this bug affects master version. process/fixed Process of bug severity/minor Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants