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(interactive): Fix Bugs of Property Loss of Edge Type After Type Inference #4032

Merged
merged 9 commits into from
Aug 13, 2024

Conversation

shirly121
Copy link
Collaborator

What do these changes do?

When type inference has updated the edge type based on type constraints, it can result in the loss of all properties of the edge type. Consequently, a property not exist error will be thrown when any subsequent operation attempts to access a property of the edge. This PR primarily addresses this issue.

Related issue number

Fixes

@shirly121 shirly121 requested review from longbinlai and Louyk14 July 11, 2024 03:58
@shirly121 shirly121 requested a review from BingqingLyu August 13, 2024 02:19
Louyk14
Louyk14 previously approved these changes Aug 13, 2024
BingqingLyu
BingqingLyu previously approved these changes Aug 13, 2024
@shirly121 shirly121 dismissed stale reviews from BingqingLyu and Louyk14 via 386485d August 13, 2024 03:57
@siyuan0322 siyuan0322 merged commit 11a2b63 into alibaba:main Aug 13, 2024
33 of 36 checks passed
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 this pull request may close these issues.

5 participants