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

[ISSUE-214] Support different names for vertex and edge meta fields #215

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

Leomrlin
Copy link
Collaborator

What changes were proposed in this pull request?

Currently, due to the presence of the union operation, the constraint for the meta fields of graph vertices and edges is that all vertex IDs must have the same name, and all edge source, destination, and timestamps must have the same name. This constraint is clearly too strong, and it is necessary to support meta fields with different names.

How was this PR tested?

  • Tests have Added for the changes
  • Production environment verified

@Leomrlin Leomrlin linked an issue Oct 26, 2023 that may be closed by this pull request
@pengzhiwei2018 pengzhiwei2018 changed the title [ISSUE-214] Support different names of vertex and edge meta fields [ISSUE-214] Support different names for vertex and edge meta fields Oct 27, 2023
Copy link

@pengzhiwei2018 pengzhiwei2018 left a comment

Choose a reason for hiding this comment

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

LGTM

@pengzhiwei2018 pengzhiwei2018 merged commit 68d227f into TuGraph-family:master Oct 27, 2023
1 check 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.

Support different names of vertex and edge meta fields
2 participants