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

feat(interactive): Refactor QueryParams in physical layer, use edge triplet to represent edge label. #3670

Open
zhanglei1949 opened this issue Mar 27, 2024 · 1 comment
Assignees
Labels

Comments

@zhanglei1949
Copy link
Collaborator

We all know that an edge label triplet (src_label, edge_label, dst_label) uniquely defines a relationship. However in current compiler's physical layer, The QueryParams only contains a edge_label, the src_labelanddst_labelis presented inmetadata`.

Ideally, We shall put edge label triplet into QueryParams, and engines shall not get the label info from metadata.

Copy link
Contributor

/cc @zhanglei1949 @shirly121 @BingqingLyu, this issus/pr has had no activity for for a long time, could you folks help to review the status ?
To suppress further notifications,

  • for issues,
    • if it is waiting for further response from the reporter/author, please help to add the label requires-further-info,
    • if you have already started working on it, please add the label work-in-progress to the issue,
    • if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label requires-further-discussion or wontfix to the issue,
  • for pull requests,
    • if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR,
    • if you have decided to hold this development on, please add the requires-further-discussion label to the pull request.
      Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants