GitHub user DancyHuang closed the discussion with a comment: Edge count num doesnot equals the edge_df.count?
After debugging the write process, it was found that duplicate vertex primary keys (PK) occurred during the definition of the Vertex_DF, leading to duplicate PKs in the vertex indexing. This caused duplicate edges when the internal edge_df joined the edge table with the vertex mapping, resulting in an increased edge count. It is OK now. GitHub link: https://github.com/apache/incubator-graphar/discussions/644#discussioncomment-11001866 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
