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] Missing Metadata value for PathExpand in GIE physical plan #2714

Closed
BingqingLyu opened this issue May 19, 2023 · 0 comments · Fixed by #2720
Closed

[BUG] Missing Metadata value for PathExpand in GIE physical plan #2714

BingqingLyu opened this issue May 19, 2023 · 0 comments · Fixed by #2720
Assignees
Labels
bug Something isn't working

Comments

@BingqingLyu
Copy link
Collaborator

Describe the bug
In GIE physical plan, operators should have necessary metadata (including the datatype etc.) for codegen.
Now the operator of PathExpand lacks the metadata value.

@BingqingLyu BingqingLyu added the bug Something isn't working label May 19, 2023
@BingqingLyu BingqingLyu self-assigned this May 19, 2023
BingqingLyu added a commit that referenced this issue May 24, 2023
<!--
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. -->

Add Metadata for PathExpand, which is consistent with the Metadata of
`EdgeExpand` in `ExpandBase`.

## Related issue number

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

Fixes #2714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant