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 match start from edge. #2996

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

CPWstatic
Copy link
Contributor

Close #2900

MATCH (p1)-[]->(p2)
RETURN p1.name, id(p2)
"""
Then a SemanticError should be raised at runtime: Can't solve the start vids from the sentence: MATCH (p1)-->(p2) RETURN p1.name,id(p2)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should add a workable case with index in edge.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You had this test in nba space.

@Shylock-Hg Shylock-Hg added the type/bug Type: something is unexpected label Sep 30, 2021
@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Sep 30, 2021
@Shylock-Hg Shylock-Hg added the ready-for-testing PR: ready for the CI test label Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test type/bug Type: something is unexpected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

without tag in index query will be crash
4 participants