You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.
It turns out to be the problem of supporting multiple edge properties in our runtime module. This issue will be closed, and future discussion and progress will be tracked here: #4349
Query:
MATCH (a)-[e]-(b) return count(e);
or
MATCH ()-[e]-() return count(e);
graph schema data: @Mr-Xzz
The text was updated successfully, but these errors were encountered: