GraphScope
GraphScope copied to clipboard
[BUG] The output of the built-in function K-shell is garbled when the node type of the loaded graph is String.
Describe the bug
The output of the built-in function K-shell is garbled when the node type of the loaded graph is String.
Reason
In "kshell_context.h", there are two places where "grape::VertexDataContext<FRAG_T, typename FRAG_T::oid_t>" should be changed to "grape::VertexDataContext<FRAG_T, int>".
Changed results:
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.
Hi @yimijiu123, thanks for reporting! We will fix it soon. :)