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

Support PathExpand with Multiple Edge Labels on HQPS engine #3243

Closed
zhanglei1949 opened this issue Sep 21, 2023 · 0 comments · Fixed by #3335
Closed

Support PathExpand with Multiple Edge Labels on HQPS engine #3243

zhanglei1949 opened this issue Sep 21, 2023 · 0 comments · Fixed by #3335
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

zhanglei1949 commented Sep 21, 2023

For example, the following query cannot be executed:

MATCH (bacon:Person {name:"Kevin Bacon"})-[*1..3]-(hollywood)
RETURN DISTINCT bacon, hollywood;
@zhanglei1949 zhanglei1949 self-assigned this Sep 21, 2023
longbinlai pushed a commit that referenced this issue Nov 15, 2023
…3335)

Support PathExpand for multiple edge triplets.

Many files are changed since we change the type template of
`GeneralVertexSet`, which enables it stored vertex properties.

Fix #3347 
Fix #3243
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 a pull request may close this issue.

1 participant