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] Metadata missing for PathExpand #3666

Closed
zhanglei1949 opened this issue Mar 27, 2024 · 0 comments · Fixed by #3667
Closed

[BUG] Metadata missing for PathExpand #3666

zhanglei1949 opened this issue Mar 27, 2024 · 0 comments · Fixed by #3667
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

MATCH (p: PERSON{id: $personId}) -[k:KNOWS*1..4]-(f: PERSON {firstName: $firstName})
WHERE p <> f
with f AS f, length(k) as len
with f AS f, min(len) as distance
ORDER  BY distance ASC, f.lastName ASC, f.id ASC
LIMIT 20

For this query, the PathExpand operator is supposed to carry metadata info, mainly the edge types triplet.

shirly121 pushed a commit that referenced this issue Mar 29, 2024
)

<!--
Thanks for your contribution! please review
https://github.com/alibaba/GraphScope/blob/main/CONTRIBUTING.md before
opening an issue.
-->

## What do these changes do?

<!-- Please give a short brief about these changes. -->

As titled.

## Related issue number

<!-- Are there any issues opened that will be resolved by merging this
change? -->

Fixes #3666
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.

2 participants