-
It is ok to Build with examples and then run high_level_writer_example. The running result is: Vertices builder vertex_count=3 Edges builder Assertion failed in "/home/chenyinbo/cppject/graphar-example/main-temp.cpp", line 76 I have observed the generated folder and there is no problem on vertex file How to find where the problem lies(why it is fail to build edge) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
CMakeLists.txt
person.vertex.yml
person_knows_person.edge.yml
main-temp.cpp
config.h
|
Beta Was this translation helpful? Give feedback.
-
Thank for posting the question, I will take a look to the code. |
Beta Was this translation helpful? Give feedback.
I have reproduce the problem:
It seems that you has passed the wrong adj list in LINE 58, which should be
ordered_by_source
(same with the the edge info), but you passedordered_by_dst
.And btw, now the property group is independent from adj list, try update the
person_knows_person.edge.yml
to: