We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EdgeInfo
auto edge_info = CreateEdgeInfo("person", "knows", "person", 100, 100, 1024, true, {}, {}) edge_info->Dump()
got segment fault error
dump success
No response
The text was updated successfully, but these errors were encountered:
The error raise because https://github.com/alibaba/GraphAr/blob/6a50e9ee287cdea96a59d210efc4dada2443ee5a/cpp/src/graph_info.cc#L875 do not check impl_->version_ is not null before ToString
impl_->version_
ToString
Sorry, something went wrong.
acezen
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
got segment fault error
Expected Behavior
dump success
Minimal Reproducible Example
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: